#CCE0CF

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

Shades of Granny Apple #CCE0CF

Tints of Granny Apple #CCE0CF

Color information

#CCE0CF (or 0xCCE0CF) is unknown color: approx Granny Apple. HEX triplet: CC, E0 and CF. RGB value is (204,224,207). Sum of RGB (Red+Green+Blue) = 204+224+207=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0CF is #331F30. Grayscale: #D8D8D8. Windows color (decimal): -3350321 or 13623500. OLE color: 13623500.

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

Color convert

RGB204224207-
CMYK0.0900.080.12
HSL129º24.39%83.92%-
HSV(B)129º8.93%87.84%-
XYZ62.8270.6569.36-
YUV216.08122.87119.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.13%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 207 (81.25% from 255) = 32.60%
R=32.13%
G=35.28%
B=32.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042242070.0900.080.1212924.3983.92
HexCCE0CF908C811854
Octal314340317110101420130124
Binary110011001110000011001111100101000110010000001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0CF; }

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

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

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

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

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

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

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

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