#CCE1AF

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

Shades of Reef #CCE1AF

Tints of Reef #CCE1AF

Color information

#CCE1AF (or 0xCCE1AF) is unknown color: approx Reef. HEX triplet: CC, E1 and AF. RGB value is (204,225,175). Sum of RGB (Red+Green+Blue) = 204+225+175=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE1AF is #331E50. Grayscale: #D5D5D5. Windows color (decimal): -3350097 or 11526604. OLE color: 11526604.

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

Color convert

RGB204225175-
CMYK0.0900.220.12
HSL85.2º45.45%78.43%-
HSV(B)85.2º22.22%88.24%-
XYZ59.5669.7850.89-
YUV213.02106.54121.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=33.77%
G=37.25%
B=28.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251750.0900.220.1285.245.4578.43
HexCCE1AF9016C552d4e
Octal314341257110261412555116
Binary1100110011100001101011111001010110110010101011011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1AF; }

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

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

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

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

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

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

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

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