#DAECB3

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

Shades of Reef #DAECB3

Tints of Reef #DAECB3

Color information

#DAECB3 (or 0xDAECB3) is unknown color: approx Reef. HEX triplet: DA, EC and B3. RGB value is (218,236,179). Sum of RGB (Red+Green+Blue) = 218+236+179=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 179 (70.31% from 255 or 28.28% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECB3 is #25134C. Grayscale: #E0E0E0. Windows color (decimal): -2429773 or 11791578. OLE color: 11791578.

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

Color convert

RGB218236179-
CMYK0.0800.240.07
HSL78.95º60%81.37%-
HSV(B)78.95º24.15%92.55%-
XYZ67.0578.1554.2-
YUV224.12102.54123.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 179 (70.31% from 255) = 28.28%
R=34.44%
G=37.28%
B=28.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182361790.0800.240.0778.956081.37
HexDAECB3801874f3c51
Octal33235426310030711774121
Binary110110101110110010110011100001100011110011111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECB3; }

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

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

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

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

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

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

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

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