#CCE9AD

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

Shades of Reef #CCE9AD

Tints of Reef #CCE9AD

Color information

#CCE9AD (or 0xCCE9AD) is unknown color: approx Reef. HEX triplet: CC, E9 and AD. RGB value is (204,233,173). Sum of RGB (Red+Green+Blue) = 204+233+173=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9AD is #331652. Grayscale: #D9D9D9. Windows color (decimal): -3348051 or 11397580. OLE color: 11397580.

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

Color convert

RGB204233173-
CMYK0.1200.260.09
HSL89º57.69%79.61%-
HSV(B)89º25.75%91.37%-
XYZ61.5874.1350.6-
YUV217.49102.89118.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 233 (91.41% from 255) = 38.20%
BLUE value IS 173 (67.97% from 255) = 28.36%
R=33.44%
G=38.20%
B=28.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042331730.1200.260.098957.6979.61
HexCCE9ADC01A9593a50
Octal314351255140321113172120
Binary1100110011101001101011011100011010100110110011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE9AD; }

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

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

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

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

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

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

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

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