#DAEBA1

Color #DAEBA1 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DAEBA1

Tints of Reef #DAEBA1

Color information

#DAEBA1 (or 0xDAEBA1) is unknown color: approx Reef. HEX triplet: DA, EB and A1. RGB value is (218,235,161). Sum of RGB (Red+Green+Blue) = 218+235+161=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 161 (63.28% from 255 or 26.22% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBA1 is #25145E. Grayscale: #DDDDDD. Windows color (decimal): -2430047 or 10611674. OLE color: 10611674.

HSL color Cylindrical-coordinate representation of color #DAEBA1: hue angle of 73.78º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAEBA1 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB218235161-
CMYK0.0700.310.08
HSL73.78º64.91%77.65%-
HSV(B)73.78º31.49%92.16%-
XYZ65.0576.945.13-
YUV221.4893.87125.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 235 (92.19% from 255) = 38.27%
BLUE value IS 161 (63.28% from 255) = 26.22%
R=35.50%
G=38.27%
B=26.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351610.0700.310.0873.7864.9177.65
HexDAEBA1701F84a414e
Octal332353241703710112101116
Binary1101101011101011101000011110111111000100101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBA1; }

 p { color: rgb(218,235,161); }

 H1.HeaderClassName
 {
   color: #DAEBA1;
 }
 .AnyTagClassName
 {
   color: #DAEBA1;
 }
</style>
background-color css

<style>
 a { background-color: #DAEBA1; }

 a { background-color: rgb(218,235,161); }

 div.DivClassName
 {
   background-color: #DAEBA1;
 }
 .BgClassName
 {
   background-color: #DAEBA1;
 }
</style>
border-color css

<style>
 span { border-color: #DAEBA1; }

 span { border-color: rgb(218,235,161); }

 td.TdClassName
 {
   border-color: #DAEBA1;
 }
 .TagClassName
 {
   border-color: #DAEBA1;
 }
</style>