#C5DACD

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

Shades of Granny Apple #C5DACD

Tints of Granny Apple #C5DACD

Color information

#C5DACD (or 0xC5DACD) is unknown color: approx Granny Apple. HEX triplet: C5, DA and CD. RGB value is (197,218,205). Sum of RGB (Red+Green+Blue) = 197+218+205=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DACD is #3A2532. Grayscale: #D2D2D2. Windows color (decimal): -3810611 or 13490885. OLE color: 13490885.

HSL color Cylindrical-coordinate representation of color #C5DACD: hue angle of 142.86º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DACD is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB197218205-
CMYK0.1000.060.15
HSL142.86º22.11%81.37%-
HSV(B)142.86º9.63%85.49%-
XYZ59.1266.4267.46-
YUV210.24125.04118.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=31.77%
G=35.16%
B=33.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972182050.1000.060.15142.8622.1181.37
HexC5DACDA06F8f1651
Octal30533231512061721726121
Binary11000101110110101100110110100110111110001111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DACD; }

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

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

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

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

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

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

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

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