#DAE896

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

Shades of Reef #DAE896

Tints of Reef #DAE896

Color information

#DAE896 (or 0xDAE896) is unknown color: approx Reef. HEX triplet: DA, E8 and 96. RGB value is (218,232,150). Sum of RGB (Red+Green+Blue) = 218+232+150=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE896 is #251769. Grayscale: #DADADA. Windows color (decimal): -2430826 or 9890010. OLE color: 9890010.

HSL color Cylindrical-coordinate representation of color #DAE896: hue angle of 70.24º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DAE896 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB218232150-
CMYK0.0600.350.09
HSL70.24º64.06%74.9%-
HSV(B)70.24º35.34%90.98%-
XYZ63.2874.8239.96-
YUV218.4789.36127.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 232 (91.02% from 255) = 38.67%
BLUE value IS 150 (58.98% from 255) = 25%
R=36.33%
G=38.67%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182321500.0600.350.0970.2464.0674.9
HexDAE8966023946404b
Octal332350226604311106100113
Binary11011010111010001001011011001000111001100011010000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE896; }

 p { color: rgb(218,232,150); }

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

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

 a { background-color: rgb(218,232,150); }

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

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

 span { border-color: rgb(218,232,150); }

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