#C8DECC

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

Shades of Granny Apple #C8DECC

Tints of Granny Apple #C8DECC

Color information

#C8DECC (or 0xC8DECC) is unknown color: approx Granny Apple. HEX triplet: C8, DE and CC. RGB value is (200,222,204). Sum of RGB (Red+Green+Blue) = 200+222+204=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 204 (80.08% from 255 or 32.59% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DECC is #372133. Grayscale: #D5D5D5. Windows color (decimal): -3612980 or 13426376. OLE color: 13426376.

HSL color Cylindrical-coordinate representation of color #C8DECC: hue angle of 130.91º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DECC is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB200222204-
CMYK0.1000.080.13
HSL130.91º25%82.75%-
HSV(B)130.91º9.91%87.06%-
XYZ60.8468.8867.22-
YUV213.37122.71118.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.95%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 204 (80.08% from 255) = 32.59%
R=31.95%
G=35.46%
B=32.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002222040.1000.080.13130.912582.75
HexC8DECCA08D831953
Octal310336314120101520331123
Binary110010001101111011001100101001000110110000011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DECC; }

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

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

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

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

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

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

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

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