#C5DFCD

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

Shades of Granny Apple #C5DFCD

Tints of Granny Apple #C5DFCD

Color information

#C5DFCD (or 0xC5DFCD) is unknown color: approx Granny Apple. HEX triplet: C5, DF and CD. RGB value is (197,223,205). Sum of RGB (Red+Green+Blue) = 197+223+205=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFCD is #3A2032. Grayscale: #D5D5D5. Windows color (decimal): -3809331 or 13492165. OLE color: 13492165.

HSL color Cylindrical-coordinate representation of color #C5DFCD: hue angle of 138.46º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DFCD is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB197223205-
CMYK0.1200.080.13
HSL138.46º28.89%82.35%-
HSV(B)138.46º11.66%87.45%-
XYZ60.4369.0567.9-
YUV213.17123.39116.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=31.52%
G=35.68%
B=32.8%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972232050.1200.080.13138.4628.8982.35
HexC5DFCDC08D8a1d52
Octal305337315140101521235122
Binary110001011101111111001101110001000110110001010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DFCD; }

 p { color: rgb(197,223,205); }

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

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

 a { background-color: rgb(197,223,205); }

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

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

 span { border-color: rgb(197,223,205); }

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