Html Css Color HEX #C4C5DB Lavender Grey

📋 copy color: '#C4C5DB'

red 196 ◦ green 197 ◦ blue 219

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

Shades of Lavender Grey #C4C5DB

Tints of Lavender Grey #C4C5DB

RGB

 RED value IS 196 (76.95% from 255) = 32.03%

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

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

R = 32.03%
G = 32.19%
B = 35.78%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C4C5DB (or 0xC4C5DB) is known color: Lavender Grey. HEX triplet: C4, C5 and DB. RGB value is (196,197,219). Sum of RGB (Red+Green+Blue) = 196+197+219=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4C5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C5DB is #3B3A24. Grayscale: #C7C7C7. Windows color (decimal): -3881509 or 14403012. OLE color: 14403012.

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

Color convert

RGB 196 197 219 -
CMYK 0.11 0.10 0 0.14
HSL 237.39º 0.24% 0.81% -
HSV(B) 237.39º 0.11% 0.86% -
XYZ 55.52 56.78 75.05 -
YUV 199.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 196 197 219 0.11 0.10 0 0.14 237.39 0.24 0.81
Hex C4 C5 DB B A 0 E ED 18 51
Octal 304 305 333 13 12 0 16 355 30 121
Binary 11000100 11000101 11011011 1011 1010 0 1110 11101101 11000 1010001

Color Harmonies of #C4C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C5DB

Black with #C4C5DB

Text Example


Text Example

White with #C4C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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