Html Css Color HEX #C6C7DB Lavender Grey

📋 copy color: '#C6C7DB'

red 198 ◦ green 199 ◦ blue 219

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

Shades of Lavender Grey #C6C7DB

Tints of Lavender Grey #C6C7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.31%

 BLUE value IS 219 (85.94% from 255) = 35.55%

R = 32.14%
G = 32.31%
B = 35.55%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6C7DB (or 0xC6C7DB) is known color: Lavender Grey. HEX triplet: C6, C7 and DB. RGB value is (198,199,219). Sum of RGB (Red+Green+Blue) = 198+199+219=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C7DB is #393824. Grayscale: #C8C8C8. Windows color (decimal): -3749925 or 14403526. OLE color: 14403526.

HSL color Cylindrical-coordinate representation of color #C6C7DB: hue angle of 237.14º degrees, saturation: 0.23, 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 #C6C7DB is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 199 219 -
CMYK 0.10 0.09 0 0.14
HSL 237.14º 0.23% 0.82% -
HSV(B) 237.14º 0.1% 0.86% -
XYZ 56.5 57.97 75.23 -
YUV 200.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 198 199 219 0.10 0.09 0 0.14 237.14 0.23 0.82
Hex C6 C7 DB A 9 0 E ED 17 52
Octal 306 307 333 12 11 0 16 355 27 122
Binary 11000110 11000111 11011011 1010 1001 0 1110 11101101 10111 1010010

Color Harmonies of #C6C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C7DB

Black with #C6C7DB

Text Example


Text Example

White with #C6C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C7DB; }

 p { color: rgb(198,199,219); }

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

background-color css

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

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

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

border-color css

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

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

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