Html Css Color HEX #C5DACD Granny Apple

📋 copy color: '#C5DACD'

red 197 ◦ green 218 ◦ blue 205

#C5DACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #C5DACD

Tints of Granny Apple #C5DACD

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 value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C5DACD (or 0xC5DACD) is known color: 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

RGB 197 218 205 -
CMYK 0.10 0 0.06 0.15
HSL 142.86º 0.22% 0.81% -
HSV(B) 142.86º 0.1% 0.85% -
XYZ 59.12 66.42 67.46 -
YUV 210.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 197 218 205 0.10 0 0.06 0.15 142.86 0.22 0.81
Hex C5 DA CD A 0 6 F 8F 16 51
Octal 305 332 315 12 0 6 17 217 26 121
Binary 11000101 11011010 11001101 1010 0 110 1111 10001111 10110 1010001

Color Harmonies of #C5DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DACD

Black with #C5DACD

Text Example


Text Example

White with #C5DACD

Text Example


Text Example

HTML Codes & Css Web 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>