#C8DECD

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

Shades of Granny Apple #C8DECD

Tints of Granny Apple #C8DECD

Color information

#C8DECD (or 0xC8DECD) is unknown color: approx Granny Apple. HEX triplet: C8, DE and CD. RGB value is (200,222,205). Sum of RGB (Red+Green+Blue) = 200+222+205=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DECD is #372132. Grayscale: #D5D5D5. Windows color (decimal): -3612979 or 13491912. OLE color: 13491912.

HSL color Cylindrical-coordinate representation of color #C8DECD: hue angle of 133.64º 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 #C8DECD is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB200222205-
CMYK0.1000.080.13
HSL133.64º25%82.75%-
HSV(B)133.64º9.91%87.06%-
XYZ60.9668.9367.85-
YUV213.48123.21118.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.90%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 205 (80.47% from 255) = 32.70%
R=31.90%
G=35.41%
B=32.70%

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
Decimal2002222050.1000.080.13133.642582.75
HexC8DECDA08D861953
Octal310336315120101520631123
Binary110010001101111011001101101001000110110000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DECD; }

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

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

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

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

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

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

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

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