#CCE8AA

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

Shades of Reef #CCE8AA

Tints of Reef #CCE8AA

Color information

#CCE8AA (or 0xCCE8AA) is unknown color: approx Reef. HEX triplet: CC, E8 and AA. RGB value is (204,232,170). Sum of RGB (Red+Green+Blue) = 204+232+170=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE8AA is #331755. Grayscale: #D8D8D8. Windows color (decimal): -3348310 or 11200716. OLE color: 11200716.

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

Color convert

RGB204232170-
CMYK0.1200.270.09
HSL87.1º57.41%78.82%-
HSV(B)87.1º26.72%90.98%-
XYZ61.0173.4548.99-
YUV216.56101.72119.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.66%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 170 (66.80% from 255) = 28.05%
R=33.66%
G=38.28%
B=28.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042321700.1200.270.0987.157.4178.82
HexCCE8AAC01B957394f
Octal314350252140331112771117
Binary1100110011101000101010101100011011100110101111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8AA; }

 p { color: rgb(204,232,170); }

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

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

 a { background-color: rgb(204,232,170); }

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

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

 span { border-color: rgb(204,232,170); }

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