Html Css Color HEX #C7C5DB Lavender Grey

📋 copy color: '#C7C5DB'

red 199 ◦ green 197 ◦ blue 219

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

Shades of Lavender Grey #C7C5DB

Tints of Lavender Grey #C7C5DB

RGB

 RED value IS 199 (78.13% from 255) = 32.36%

 GREEN value IS 197 (77.34% from 255) = 32.03%

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

R = 32.36%
G = 32.03%
B = 35.61%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7C5DB (or 0xC7C5DB) is known color: Lavender Grey. HEX triplet: C7, C5 and DB. RGB value is (199,197,219). Sum of RGB (Red+Green+Blue) = 199+197+219=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C5DB is #383A24. Grayscale: #C8C8C8. Windows color (decimal): -3684901 or 14403015. OLE color: 14403015.

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

Color convert

RGB 199 197 219 -
CMYK 0.09 0.10 0 0.14
HSL 245.45º 0.23% 0.82% -
HSV(B) 245.45º 0.1% 0.86% -
XYZ 56.31 57.19 75.09 -
YUV 200.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 199 197 219 0.09 0.10 0 0.14 245.45 0.23 0.82
Hex C7 C5 DB 9 A 0 E F5 17 52
Octal 307 305 333 11 12 0 16 365 27 122
Binary 11000111 11000101 11011011 1001 1010 0 1110 11110101 10111 1010010

Color Harmonies of #C7C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C5DB

Black with #C7C5DB

Text Example


Text Example

White with #C7C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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