#CEE8AD

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

Shades of Reef #CEE8AD

Tints of Reef #CEE8AD

Color information

#CEE8AD (or 0xCEE8AD) is unknown color: approx Reef. HEX triplet: CE, E8 and AD. RGB value is (206,232,173). Sum of RGB (Red+Green+Blue) = 206+232+173=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE8AD is #311752. Grayscale: #D9D9D9. Windows color (decimal): -3217235 or 11397326. OLE color: 11397326.

HSL color Cylindrical-coordinate representation of color #CEE8AD: hue angle of 86.44º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEE8AD is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB206232173-
CMYK0.1100.250.09
HSL86.44º56.19%79.41%-
HSV(B)86.44º25.43%90.98%-
XYZ61.8573.8550.53-
YUV217.5102.89119.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.72%
GREEN value IS 232 (91.02% from 255) = 37.97%
BLUE value IS 173 (67.97% from 255) = 28.31%
R=33.72%
G=37.97%
B=28.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062321730.1100.250.0986.4456.1979.41
HexCEE8ADB019956384f
Octal316350255130311112670117
Binary1100111011101000101011011011011001100110101101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8AD; }

 p { color: rgb(206,232,173); }

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

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

 a { background-color: rgb(206,232,173); }

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

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

 span { border-color: rgb(206,232,173); }

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