Html Css Color HEX #C6C4DF Lavender Grey

📋 copy color: '#C6C4DF'

red 198 ◦ green 196 ◦ blue 223

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

Shades of Lavender Grey #C6C4DF

Tints of Lavender Grey #C6C4DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 32.09%
G = 31.77%
B = 36.14%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6C4DF (or 0xC6C4DF) is known color: Lavender Grey. HEX triplet: C6, C4 and DF. RGB value is (198,196,223). Sum of RGB (Red+Green+Blue) = 198+196+223=617 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.09% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6C4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C4DF is #393B20. Grayscale: #C7C7C7. Windows color (decimal): -3750689 or 14664902. OLE color: 14664902.

HSL color Cylindrical-coordinate representation of color #C6C4DF: hue angle of 244.44º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6C4DF is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 196 223 -
CMYK 0.11 0.12 0 0.13
HSL 244.44º 0.3% 0.82% -
HSV(B) 244.44º 0.12% 0.87% -
XYZ 56.35 56.81 77.81 -
YUV 199.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 198 196 223 0.11 0.12 0 0.13 244.44 0.3 0.82
Hex C6 C4 DF B C 0 D F4 1E 52
Octal 306 304 337 13 14 0 15 364 36 122
Binary 11000110 11000100 11011111 1011 1100 0 1101 11110100 11110 1010010

Color Harmonies of #C6C4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C4DF

Black with #C6C4DF

Text Example


Text Example

White with #C6C4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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