Html Css Color HEX #C9C6DC Lavender Grey

📋 copy color: '#C9C6DC'

red 201 ◦ green 198 ◦ blue 220

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

Shades of Lavender Grey #C9C6DC

Tints of Lavender Grey #C9C6DC

RGB

 RED value IS 201 (78.91% from 255) = 32.47%

 GREEN value IS 198 (77.73% from 255) = 31.99%

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 32.47%
G = 31.99%
B = 35.54%

CMYK

 C value IS 0.09

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C9C6DC (or 0xC9C6DC) is known color: Lavender Grey. HEX triplet: C9, C6 and DC. RGB value is (201,198,220). Sum of RGB (Red+Green+Blue) = 201+198+220=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #C9C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C6DC is #363923. Grayscale: #C9C9C9. Windows color (decimal): -3553572 or 14468809. OLE color: 14468809.

HSL color Cylindrical-coordinate representation of color #C9C6DC: hue angle of 248.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9C6DC is Cyan = 0.09, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 198 220 -
CMYK 0.09 0.1 0 0.14
HSL 248.18º 0.24% 0.82% -
HSV(B) 248.18º 0.1% 0.86% -
XYZ 57.2 57.97 75.89 -
YUV 201.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 201 198 220 0.09 0.1 0 0.14 248.18 0.24 0.82
Hex C9 C6 DC 9 A 0 E F8 18 52
Octal 311 306 334 11 12 0 16 370 30 122
Binary 11001001 11000110 11011100 1001 1010 0 1110 11111000 11000 1010010

Color Harmonies of #C9C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C6DC

Black with #C9C6DC

Text Example


Text Example

White with #C9C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C6DC; }

 p { color: rgb(201,198,220); }

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

background-color css

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

 a { background-color: rgb(201,198,220); }

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

border-color css

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

 span { border-color: rgb(201,198,220); }

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