#DAEEAE

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

Shades of Reef #DAEEAE

Tints of Reef #DAEEAE

Color information

#DAEEAE (or 0xDAEEAE) is unknown color: approx Reef. HEX triplet: DA, EE and AE. RGB value is (218,238,174). Sum of RGB (Red+Green+Blue) = 218+238+174=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEAE is #251151. Grayscale: #E0E0E0. Windows color (decimal): -2429266 or 11464410. OLE color: 11464410.

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

Color convert

RGB218238174-
CMYK0.0800.270.07
HSL78.75º65.31%80.78%-
HSV(B)78.75º26.89%93.33%-
XYZ67.1379.1151.78-
YUV224.7299.37123.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=34.60%
G=37.78%
B=27.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381740.0800.270.0778.7565.3180.78
HexDAEEAE801B74f4151
Octal332356256100337117101121
Binary1101101011101110101011101000011011111100111110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEAE; }

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

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

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

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

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

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

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

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