#CCE8AE

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

Shades of Reef #CCE8AE

Tints of Reef #CCE8AE

Color information

#CCE8AE (or 0xCCE8AE) is unknown color: approx Reef. HEX triplet: CC, E8 and AE. RGB value is (204,232,174). Sum of RGB (Red+Green+Blue) = 204+232+174=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE8AE is #331751. Grayscale: #D9D9D9. Windows color (decimal): -3348306 or 11462860. OLE color: 11462860.

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

Color convert

RGB204232174-
CMYK0.1200.250.09
HSL88.97º55.77%79.61%-
HSV(B)88.97º25%90.98%-
XYZ61.473.6151.02-
YUV217.02103.72118.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 232 (91.02% from 255) = 38.03%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=33.44%
G=38.03%
B=28.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042321740.1200.250.0988.9755.7779.61
HexCCE8AEC0199593850
Octal314350256140311113170120
Binary1100110011101000101011101100011001100110110011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE8AE; }

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

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

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

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

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

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

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

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