#C7DDCD

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

Shades of Granny Apple #C7DDCD

Tints of Granny Apple #C7DDCD

Color information

#C7DDCD (or 0xC7DDCD) is unknown color: approx Granny Apple. HEX triplet: C7, DD and CD. RGB value is (199,221,205). Sum of RGB (Red+Green+Blue) = 199+221+205=625 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.84% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDCD is #382232. Grayscale: #D4D4D4. Windows color (decimal): -3678771 or 13491655. OLE color: 13491655.

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

Color convert

RGB199221205-
CMYK0.1000.070.13
HSL136.36º24.44%82.35%-
HSV(B)136.36º9.95%86.67%-
XYZ60.4368.2667.75-
YUV212.6123.71118.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.84%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=31.84%
G=35.36%
B=32.8%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992212050.1000.070.13136.3624.4482.35
HexC7DDCDA07D881852
Octal30733531512071521030122
Binary11000111110111011100110110100111110110001000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDCD; }

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

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

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

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

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

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

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

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