#C8DCD0

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

Shades of Granny Apple #C8DCD0

Tints of Granny Apple #C8DCD0

Color information

#C8DCD0 (or 0xC8DCD0) is unknown color: approx Granny Apple. HEX triplet: C8, DC and D0. RGB value is (200,220,208). Sum of RGB (Red+Green+Blue) = 200+220+208=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCD0 is #37232F. Grayscale: #D4D4D4. Windows color (decimal): -3613488 or 13688008. OLE color: 13688008.

HSL color Cylindrical-coordinate representation of color #C8DCD0: hue angle of 144º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DCD0 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB200220208-
CMYK0.0900.050.14
HSL144º22.22%82.35%-
HSV(B)144º9.09%86.27%-
XYZ60.868.0269.6-
YUV212.65125.37118.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.85%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=31.85%
G=35.03%
B=33.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002202080.0900.050.1414422.2282.35
HexC8DCD0905E901652
Octal31033432011051622026122
Binary11001000110111001101000010010101111010010000101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DCD0; }

 p { color: rgb(200,220,208); }

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

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

 a { background-color: rgb(200,220,208); }

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

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

 span { border-color: rgb(200,220,208); }

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