#CCE1AD

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

Shades of Reef #CCE1AD

Tints of Reef #CCE1AD

Color information

#CCE1AD (or 0xCCE1AD) is unknown color: approx Reef. HEX triplet: CC, E1 and AD. RGB value is (204,225,173). Sum of RGB (Red+Green+Blue) = 204+225+173=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 173 (67.97% from 255 or 28.74% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE1AD is #331E52. Grayscale: #D4D4D4. Windows color (decimal): -3350099 or 11395532. OLE color: 11395532.

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

Color convert

RGB204225173-
CMYK0.0900.230.12
HSL84.23º46.43%78.04%-
HSV(B)84.23º23.11%88.24%-
XYZ59.3769.749.86-
YUV212.79105.54121.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 173 (67.97% from 255) = 28.74%
R=33.89%
G=37.38%
B=28.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251730.0900.230.1284.2346.4378.04
HexCCE1AD9017C542e4e
Octal314341255110271412456116
Binary1100110011100001101011011001010111110010101001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1AD; }

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

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

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

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

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

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

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

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