Html Css Color HEX #C6C4DC Lavender Grey

📋 copy color: '#C6C4DC'

red 198 ◦ green 196 ◦ blue 220

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

Shades of Lavender Grey #C6C4DC

Tints of Lavender Grey #C6C4DC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.92%

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

R = 32.25%
G = 31.92%
B = 35.83%

CMYK

 C value IS 0.1

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6C4DC (or 0xC6C4DC) is known color: Lavender Grey. HEX triplet: C6, C4 and DC. RGB value is (198,196,220). Sum of RGB (Red+Green+Blue) = 198+196+220=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6C4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C4DC is #393B23. Grayscale: #C7C7C7. Windows color (decimal): -3750692 or 14468294. OLE color: 14468294.

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

Color convert

RGB 198 196 220 -
CMYK 0.1 0.11 0 0.14
HSL 245º 0.26% 0.82% -
HSV(B) 245º 0.11% 0.86% -
XYZ 55.95 56.65 75.7 -
YUV 199.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 198 196 220 0.1 0.11 0 0.14 245 0.26 0.82
Hex C6 C4 DC A B 0 E F5 1A 52
Octal 306 304 334 12 13 0 16 365 32 122
Binary 11000110 11000100 11011100 1010 1011 0 1110 11110101 11010 1010010

Color Harmonies of #C6C4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C4DC

Black with #C6C4DC

Text Example


Text Example

White with #C6C4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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