Html Css Color HEX #DBC1D5 French Lilac

📋 copy color: '#DBC1D5'

red 219 ◦ green 193 ◦ blue 213

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

Shades of French Lilac #DBC1D5

Tints of French Lilac #DBC1D5

RGB

 RED value IS 219 (85.94% from 255) = 35.04%

 GREEN value IS 193 (75.78% from 255) = 30.88%

 BLUE value IS 213 (83.59% from 255) = 34.08%

R = 35.04%
G = 30.88%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBC1D5 (or 0xDBC1D5) is known color: French Lilac. HEX triplet: DB, C1 and D5. RGB value is (219,193,213). Sum of RGB (Red+Green+Blue) = 219+193+213=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1D5 is #243E2A. Grayscale: #CBCBCB. Windows color (decimal): -2375211 or 14008795. OLE color: 14008795.

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

Color convert

RGB 219 193 213 -
CMYK 0 0.12 0.03 0.14
HSL 313.85º 0.27% 0.81% -
HSV(B) 313.85º 0.12% 0.86% -
XYZ 60.29 58 70.97 -
YUV 203.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 219 193 213 0 0.12 0.03 0.14 313.85 0.27 0.81
Hex DB C1 D5 0 C 3 E 13A 1B 51
Octal 333 301 325 0 14 3 16 472 33 121
Binary 11011011 11000001 11010101 0 1100 11 1110 100111010 11011 1010001

Color Harmonies of #DBC1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC1D5

Black with #DBC1D5

Text Example


Text Example

White with #DBC1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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