#CCE0A7

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

Shades of Reef #CCE0A7

Tints of Reef #CCE0A7

Color information

#CCE0A7 (or 0xCCE0A7) is unknown color: approx Reef. HEX triplet: CC, E0 and A7. RGB value is (204,224,167). Sum of RGB (Red+Green+Blue) = 204+224+167=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE0A7 is #331F58. Grayscale: #D3D3D3. Windows color (decimal): -3350361 or 11002060. OLE color: 11002060.

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

Color convert

RGB204224167-
CMYK0.0900.250.12
HSL81.05º47.9%76.67%-
HSV(B)81.05º25.45%87.84%-
XYZ58.5368.9446.78-
YUV211.52102.87122.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 167 (65.62% from 255) = 28.07%
R=34.29%
G=37.65%
B=28.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042241670.0900.250.1281.0547.976.67
HexCCE0A79019C51304d
Octal314340247110311412160115
Binary1100110011100000101001111001011001110010100011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0A7; }

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

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

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

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

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

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

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

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