#CCDECF

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

Shades of Granny Apple #CCDECF

Tints of Granny Apple #CCDECF

Color information

#CCDECF (or 0xCCDECF) is unknown color: approx Granny Apple. HEX triplet: CC, DE and CF. RGB value is (204,222,207). Sum of RGB (Red+Green+Blue) = 204+222+207=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDECF is #332130. Grayscale: #D6D6D6. Windows color (decimal): -3350833 or 13622988. OLE color: 13622988.

HSL color Cylindrical-coordinate representation of color #CCDECF: hue angle of 130º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDECF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB204222207-
CMYK0.0800.070.13
HSL130º21.43%83.53%-
HSV(B)130º8.11%87.06%-
XYZ62.2969.5869.18-
YUV214.91123.54120.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=32.23%
G=35.07%
B=32.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042222070.0800.070.1313021.4383.53
HexCCDECF807D821554
Octal31433631710071520225124
Binary11001100110111101100111110000111110110000010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDECF; }

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

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

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

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

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

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

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

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