#CEE6AE

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

Shades of Reef #CEE6AE

Tints of Reef #CEE6AE

Color information

#CEE6AE (or 0xCEE6AE) is unknown color: approx Reef. HEX triplet: CE, E6 and AE. RGB value is (206,230,174). Sum of RGB (Red+Green+Blue) = 206+230+174=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE6AE is #311951. Grayscale: #D8D8D8. Windows color (decimal): -3217746 or 11462350. OLE color: 11462350.

HSL color Cylindrical-coordinate representation of color #CEE6AE: hue angle of 85.71º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEE6AE is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB206230174-
CMYK0.1000.240.10
HSL85.71º52.83%79.22%-
HSV(B)85.71º24.35%90.2%-
XYZ61.3972.7750.86-
YUV216.44104.05120.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.77%
GREEN value IS 230 (90.23% from 255) = 37.70%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=33.77%
G=37.70%
B=28.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062301740.1000.240.1085.7152.8379.22
HexCEE6AEA018A56354f
Octal316346256120301212665117
Binary1100111011100110101011101010011000101010101101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE6AE; }

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

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

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

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

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

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

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

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