#C8DDCC

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

Shades of Granny Apple #C8DDCC

Tints of Granny Apple #C8DDCC

Color information

#C8DDCC (or 0xC8DDCC) is unknown color: approx Granny Apple. HEX triplet: C8, DD and CC. RGB value is (200,221,204). Sum of RGB (Red+Green+Blue) = 200+221+204=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDCC is #372233. Grayscale: #D4D4D4. Windows color (decimal): -3613236 or 13426120. OLE color: 13426120.

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

Color convert

RGB200221204-
CMYK0.1000.080.13
HSL131.43º23.6%82.55%-
HSV(B)131.43º9.5%86.67%-
XYZ60.5768.3567.13-
YUV212.78123.04118.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 204 (80.08% from 255) = 32.64%
R=32%
G=35.36%
B=32.64%

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
Decimal2002212040.1000.080.13131.4323.682.55
HexC8DDCCA08D831853
Octal310335314120101520330123
Binary110010001101110111001100101001000110110000011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DDCC; }

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

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

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

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

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

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

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

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