#C7DACD

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

Shades of Granny Apple #C7DACD

Tints of Granny Apple #C7DACD

Color information

#C7DACD (or 0xC7DACD) is unknown color: approx Granny Apple. HEX triplet: C7, DA and CD. RGB value is (199,218,205). Sum of RGB (Red+Green+Blue) = 199+218+205=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DACD is #382532. Grayscale: #D2D2D2. Windows color (decimal): -3679539 or 13490887. OLE color: 13490887.

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

Color convert

RGB199218205-
CMYK0.0900.060.15
HSL138.95º20.43%81.76%-
HSV(B)138.95º8.72%85.49%-
XYZ59.6466.6967.49-
YUV210.84124.71119.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.99%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=31.99%
G=35.05%
B=32.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992182050.0900.060.15138.9520.4381.76
HexC7DACD906F8b1452
Octal30733231511061721324122
Binary11000111110110101100110110010110111110001011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DACD; }

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

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

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

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

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

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

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

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