Html Css Color HEX #C6C6DC Lavender Grey

📋 copy color: '#C6C6DC'

red 198 ◦ green 198 ◦ blue 220

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

Shades of Lavender Grey #C6C6DC

Tints of Lavender Grey #C6C6DC

RGB

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

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

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

R = 32.14%
G = 32.14%
B = 35.71%

CMYK

 C value IS 0.1

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6C6DC (or 0xC6C6DC) is known color: Lavender Grey. HEX triplet: C6, C6 and DC. RGB value is (198,198,220). Sum of RGB (Red+Green+Blue) = 198+198+220=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C6DC is #393923. Grayscale: #C8C8C8. Windows color (decimal): -3750180 or 14468806. OLE color: 14468806.

HSL color Cylindrical-coordinate representation of color #C6C6DC: hue angle of 240º 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 #C6C6DC is Cyan = 0.1, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 198 220 -
CMYK 0.1 0.1 0 0.14
HSL 240º 0.24% 0.82% -
HSV(B) 240º 0.1% 0.86% -
XYZ 56.4 57.56 75.85 -
YUV 200.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 198 198 220 0.1 0.1 0 0.14 240 0.24 0.82
Hex C6 C6 DC A A 0 E F0 18 52
Octal 306 306 334 12 12 0 16 360 30 122
Binary 11000110 11000110 11011100 1010 1010 0 1110 11110000 11000 1010010

Color Harmonies of #C6C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C6DC

Black with #C6C6DC

Text Example


Text Example

White with #C6C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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