#C4C5DB

Color #C4C5DB Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #C4C5DB

Tints of Lavender Grey #C4C5DB

Color information

#C4C5DB (or 0xC4C5DB) is unknown color: approx 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

RGB196197219-
CMYK0.110.1000.14
HSL237.39º24.21%81.37%-
HSV(B)237.39º10.5%85.88%-
XYZ55.5256.7875.05-
YUV199.21139.17125.71-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961972190.110.1000.14237.3924.2181.37
HexC4C5DBBA0Eed1851
Octal304305333131201635530121
Binary110001001100010111011011101110100111011101101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>