#CCE0AE

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

Shades of Reef #CCE0AE

Tints of Reef #CCE0AE

Color information

#CCE0AE (or 0xCCE0AE) is unknown color: approx Reef. HEX triplet: CC, E0 and AE. RGB value is (204,224,174). Sum of RGB (Red+Green+Blue) = 204+224+174=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE0AE is #331F51. Grayscale: #D4D4D4. Windows color (decimal): -3350354 or 11460812. OLE color: 11460812.

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

Color convert

RGB204224174-
CMYK0.0900.220.12
HSL84º44.64%78.04%-
HSV(B)84º22.32%87.84%-
XYZ59.269.250.28-
YUV212.32106.37122.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 224 (87.89% from 255) = 37.21%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=33.89%
G=37.21%
B=28.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241740.0900.220.128444.6478.04
HexCCE0AE9016C542d4e
Octal314340256110261412455116
Binary1100110011100000101011101001010110110010101001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0AE; }

 p { color: rgb(204,224,174); }

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

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

 a { background-color: rgb(204,224,174); }

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

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

 span { border-color: rgb(204,224,174); }

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