#CEE8AF

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

Shades of Reef #CEE8AF

Tints of Reef #CEE8AF

Color information

#CEE8AF (or 0xCEE8AF) is unknown color: approx Reef. HEX triplet: CE, E8 and AF. RGB value is (206,232,175). Sum of RGB (Red+Green+Blue) = 206+232+175=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE8AF is #311750. Grayscale: #D9D9D9. Windows color (decimal): -3217233 or 11528398. OLE color: 11528398.

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

Color convert

RGB206232175-
CMYK0.1100.250.09
HSL87.37º55.34%79.8%-
HSV(B)87.37º24.57%90.98%-
XYZ62.0573.9351.56-
YUV217.73103.89119.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.61%
GREEN value IS 232 (91.02% from 255) = 37.85%
BLUE value IS 175 (68.75% from 255) = 28.55%
R=33.61%
G=37.85%
B=28.55%

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
Decimal2062321750.1100.250.0987.3755.3479.8
HexCEE8AFB0199573750
Octal316350257130311112767120
Binary1100111011101000101011111011011001100110101111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8AF; }

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

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

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

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

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

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

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

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