#CEE9A5

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

Shades of Reef #CEE9A5

Tints of Reef #CEE9A5

Color information

#CEE9A5 (or 0xCEE9A5) is unknown color: approx Reef. HEX triplet: CE, E9 and A5. RGB value is (206,233,165). Sum of RGB (Red+Green+Blue) = 206+233+165=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE9A5 is #31165A. Grayscale: #D9D9D9. Windows color (decimal): -3216987 or 10873294. OLE color: 10873294.

HSL color Cylindrical-coordinate representation of color #CEE9A5: hue angle of 83.82º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEE9A5 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB206233165-
CMYK0.1200.290.09
HSL83.82º60.71%78.04%-
HSV(B)83.82º29.18%91.37%-
XYZ61.3874.1246.67-
YUV217.1898.55120.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.11%
GREEN value IS 233 (91.41% from 255) = 38.58%
BLUE value IS 165 (64.84% from 255) = 27.32%
R=34.11%
G=38.58%
B=27.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062331650.1200.290.0983.8260.7178.04
HexCEE9A5C01D9543d4e
Octal316351245140351112475116
Binary1100111011101001101001011100011101100110101001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE9A5; }

 p { color: rgb(206,233,165); }

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

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

 a { background-color: rgb(206,233,165); }

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

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

 span { border-color: rgb(206,233,165); }

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