#C7D9CD

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

Shades of Granny Apple #C7D9CD

Tints of Granny Apple #C7D9CD

Color information

#C7D9CD (or 0xC7D9CD) is unknown color: approx Granny Apple. HEX triplet: C7, D9 and CD. RGB value is (199,217,205). Sum of RGB (Red+Green+Blue) = 199+217+205=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D9CD is #382632. Grayscale: #D2D2D2. Windows color (decimal): -3679795 or 13490631. OLE color: 13490631.

HSL color Cylindrical-coordinate representation of color #C7D9CD: hue angle of 140º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7D9CD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB199217205-
CMYK0.0800.060.15
HSL140º19.15%81.57%-
HSV(B)140º8.29%85.1%-
XYZ59.3966.1867.4-
YUV210.25125.04119.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.05%
GREEN value IS 217 (85.16% from 255) = 34.94%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=32.05%
G=34.94%
B=33.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992172050.0800.060.1514019.1581.57
HexC7D9CD806F8c1352
Octal30733131510061721423122
Binary11000111110110011100110110000110111110001100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D9CD; }

 p { color: rgb(199,217,205); }

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

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

 a { background-color: rgb(199,217,205); }

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

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

 span { border-color: rgb(199,217,205); }

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