Html Css Color HEX #C5C3DB Lavender Grey

📋 copy color: '#C5C3DB'

red 197 ◦ green 195 ◦ blue 219

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

Shades of Lavender Grey #C5C3DB

Tints of Lavender Grey #C5C3DB

RGB

 RED value IS 197 (77.34% from 255) = 32.24%

 GREEN value IS 195 (76.56% from 255) = 31.91%

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

R = 32.24%
G = 31.91%
B = 35.84%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5C3DB (or 0xC5C3DB) is known color: Lavender Grey. HEX triplet: C5, C3 and DB. RGB value is (197,195,219). Sum of RGB (Red+Green+Blue) = 197+195+219=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C3DB is #3A3C24. Grayscale: #C6C6C6. Windows color (decimal): -3816485 or 14402501. OLE color: 14402501.

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

Color convert

RGB 197 195 219 -
CMYK 0.10 0.11 0 0.14
HSL 245º 0.25% 0.81% -
HSV(B) 245º 0.11% 0.86% -
XYZ 55.33 56.02 74.91 -
YUV 198.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 197 195 219 0.10 0.11 0 0.14 245 0.25 0.81
Hex C5 C3 DB A B 0 E F5 19 51
Octal 305 303 333 12 13 0 16 365 31 121
Binary 11000101 11000011 11011011 1010 1011 0 1110 11110101 11001 1010001

Color Harmonies of #C5C3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C3DB

Black with #C5C3DB

Text Example


Text Example

White with #C5C3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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