#CCE9A5

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

Shades of Reef #CCE9A5

Tints of Reef #CCE9A5

Color information

#CCE9A5 (or 0xCCE9A5) is unknown color: approx Reef. HEX triplet: CC, E9 and A5. RGB value is (204,233,165). Sum of RGB (Red+Green+Blue) = 204+233+165=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9A5 is #33165A. Grayscale: #D8D8D8. Windows color (decimal): -3348059 or 10873292. OLE color: 10873292.

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

Color convert

RGB204233165-
CMYK0.1200.290.09
HSL85.59º60.71%78.04%-
HSV(B)85.59º29.18%91.37%-
XYZ60.8373.8346.64-
YUV216.5898.89119.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 233 (91.41% from 255) = 38.70%
BLUE value IS 165 (64.84% from 255) = 27.41%
R=33.89%
G=38.70%
B=27.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042331650.1200.290.0985.5960.7178.04
HexCCE9A5C01D9563d4e
Octal314351245140351112675116
Binary1100110011101001101001011100011101100110101101111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9A5; }

 p { color: rgb(204,233,165); }

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

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

 a { background-color: rgb(204,233,165); }

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

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

 span { border-color: rgb(204,233,165); }

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