Html Css Color HEX #C6DACD Granny Apple

📋 copy color: '#C6DACD'

red 198 ◦ green 218 ◦ blue 205

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

Shades of Granny Apple #C6DACD

Tints of Granny Apple #C6DACD

RGB

 RED value IS 198 (77.73% from 255) = 31.88%

 GREEN value IS 218 (85.55% from 255) = 35.1%

 BLUE value IS 205 (80.47% from 255) = 33.01%

R = 31.88%
G = 35.1%
B = 33.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C6DACD (or 0xC6DACD) is known color: Granny Apple. HEX triplet: C6, DA and CD. RGB value is (198,218,205). Sum of RGB (Red+Green+Blue) = 198+218+205=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DACD is #392532. Grayscale: #D2D2D2. Windows color (decimal): -3745075 or 13490886. OLE color: 13490886.

HSL color Cylindrical-coordinate representation of color #C6DACD: hue angle of 141º degrees, saturation: 0.21, 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 #C6DACD is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 218 205 -
CMYK 0.09 0 0.06 0.15
HSL 141º 0.21% 0.82% -
HSV(B) 141º 0.09% 0.85% -
XYZ 59.38 66.56 67.47 -
YUV 210.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 198 218 205 0.09 0 0.06 0.15 141 0.21 0.82
Hex C6 DA CD 9 0 6 F 8D 15 52
Octal 306 332 315 11 0 6 17 215 25 122
Binary 11000110 11011010 11001101 1001 0 110 1111 10001101 10101 1010010

Color Harmonies of #C6DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DACD

Black with #C6DACD

Text Example


Text Example

White with #C6DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6DACD; }

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

 H1.HeaderClassName
 {
   color: #C6DACD;
 }
 .AnyTagClassName
 {
   color: #C6DACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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