#CEE1AE

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

Shades of Reef #CEE1AE

Tints of Reef #CEE1AE

Color information

#CEE1AE (or 0xCEE1AE) is unknown color: approx Reef. HEX triplet: CE, E1 and AE. RGB value is (206,225,174). Sum of RGB (Red+Green+Blue) = 206+225+174=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE1AE is #311E51. Grayscale: #D5D5D5. Windows color (decimal): -3219026 or 11461070. OLE color: 11461070.

HSL color Cylindrical-coordinate representation of color #CEE1AE: hue angle of 82.35º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEE1AE is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB206225174-
CMYK0.0800.230.12
HSL82.35º45.95%78.24%-
HSV(B)82.35º22.67%88.24%-
XYZ60.0270.0350.4-
YUV213.5105.71122.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.05%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=34.05%
G=37.19%
B=28.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062251740.0800.230.1282.3545.9578.24
HexCEE1AE8017C522e4e
Octal316341256100271412256116
Binary1100111011100001101011101000010111110010100101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1AE; }

 p { color: rgb(206,225,174); }

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

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

 a { background-color: rgb(206,225,174); }

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

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

 span { border-color: rgb(206,225,174); }

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