#DAEE9E

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

Shades of Reef #DAEE9E

Tints of Reef #DAEE9E

Color information

#DAEE9E (or 0xDAEE9E) is unknown color: approx Reef. HEX triplet: DA, EE and 9E. RGB value is (218,238,158). Sum of RGB (Red+Green+Blue) = 218+238+158=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEE9E is #251161. Grayscale: #DFDFDF. Windows color (decimal): -2429282 or 10415834. OLE color: 10415834.

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

Color convert

RGB218238158-
CMYK0.0800.340.07
HSL75º70.18%77.65%-
HSV(B)75º33.61%93.33%-
XYZ65.6678.5244.04-
YUV222.991.37124.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 238 (93.36% from 255) = 38.76%
BLUE value IS 158 (62.11% from 255) = 25.73%
R=35.50%
G=38.76%
B=25.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381580.0800.340.077570.1877.65
HexDAEE9E802274b464e
Octal332356236100427113106116
Binary11011010111011101001111010000100010111100101110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEE9E; }

 p { color: rgb(218,238,158); }

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

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

 a { background-color: rgb(218,238,158); }

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

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

 span { border-color: rgb(218,238,158); }

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