Html Css Color HEX #C6C4D5 Lavender Grey

📋 copy color: '#C6C4D5'

red 198 ◦ green 196 ◦ blue 213

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

Shades of Lavender Grey #C6C4D5

Tints of Lavender Grey #C6C4D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.09%

R = 32.62%
G = 32.29%
B = 35.09%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6C4D5 (or 0xC6C4D5) is known color: Lavender Grey. HEX triplet: C6, C4 and D5. RGB value is (198,196,213). Sum of RGB (Red+Green+Blue) = 198+196+213=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #C6C4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C4D5 is #393B2A. Grayscale: #C6C6C6. Windows color (decimal): -3750699 or 14009542. OLE color: 14009542.

HSL color Cylindrical-coordinate representation of color #C6C4D5: hue angle of 247.06º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6C4D5 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 196 213 -
CMYK 0.07 0.08 0 0.16
HSL 247.06º 0.17% 0.8% -
HSV(B) 247.06º 0.08% 0.84% -
XYZ 55.04 56.29 70.91 -
YUV 198.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 198 196 213 0.07 0.08 0 0.16 247.06 0.17 0.8
Hex C6 C4 D5 7 8 0 10 F7 11 50
Octal 306 304 325 7 10 0 20 367 21 120
Binary 11000110 11000100 11010101 111 1000 0 10000 11110111 10001 1010000

Color Harmonies of #C6C4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C4D5

Black with #C6C4D5

Text Example


Text Example

White with #C6C4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C4D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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