Html Css Color HEX #C1C4DB Lavender Grey

📋 copy color: '#C1C4DB'

red 193 ◦ green 196 ◦ blue 219

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

Shades of Lavender Grey #C1C4DB

Tints of Lavender Grey #C1C4DB

RGB

 RED value IS 193 (75.78% from 255) = 31.74%

 GREEN value IS 196 (76.95% from 255) = 32.24%

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

R = 31.74%
G = 32.24%
B = 36.02%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1C4DB (or 0xC1C4DB) is known color: Lavender Grey. HEX triplet: C1, C4 and DB. RGB value is (193,196,219). Sum of RGB (Red+Green+Blue) = 193+196+219=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1C4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C4DB is #3E3B24. Grayscale: #C5C5C5. Windows color (decimal): -4078373 or 14402753. OLE color: 14402753.

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

Color convert

RGB 193 196 219 -
CMYK 0.12 0.11 0 0.14
HSL 233.08º 0.27% 0.81% -
HSV(B) 233.08º 0.12% 0.86% -
XYZ 54.52 55.93 74.94 -
YUV 197.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 193 196 219 0.12 0.11 0 0.14 233.08 0.27 0.81
Hex C1 C4 DB C B 0 E E9 1B 51
Octal 301 304 333 14 13 0 16 351 33 121
Binary 11000001 11000100 11011011 1100 1011 0 1110 11101001 11011 1010001

Color Harmonies of #C1C4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C4DB

Black with #C1C4DB

Text Example


Text Example

White with #C1C4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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