#DAECB6

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

Shades of Reef #DAECB6

Tints of Reef #DAECB6

Color information

#DAECB6 (or 0xDAECB6) is unknown color: approx Reef. HEX triplet: DA, EC and B6. RGB value is (218,236,182). Sum of RGB (Red+Green+Blue) = 218+236+182=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 182 (71.48% from 255 or 28.62% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECB6 is #251349. Grayscale: #E0E0E0. Windows color (decimal): -2429770 or 11988186. OLE color: 11988186.

HSL color Cylindrical-coordinate representation of color #DAECB6: hue angle of 80º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAECB6 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB218236182-
CMYK0.0800.230.07
HSL80º58.7%81.96%-
HSV(B)80º22.88%92.55%-
XYZ67.3578.2755.81-
YUV224.46104.04123.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 236 (92.58% from 255) = 37.11%
BLUE value IS 182 (71.48% from 255) = 28.62%
R=34.28%
G=37.11%
B=28.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182361820.0800.230.078058.781.96
HexDAECB680177503b52
Octal33235426610027712073122
Binary110110101110110010110110100001011111110100001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECB6; }

 p { color: rgb(218,236,182); }

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

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

 a { background-color: rgb(218,236,182); }

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

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

 span { border-color: rgb(218,236,182); }

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