Html Css Color HEX #DBABCD French Lilac

📋 copy color: '#DBABCD'

red 219 ◦ green 171 ◦ blue 205

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

Shades of French Lilac #DBABCD

Tints of French Lilac #DBABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.74%

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 36.81%
G = 28.74%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBABCD (or 0xDBABCD) is known color: French Lilac. HEX triplet: DB, AB and CD. RGB value is (219,171,205). Sum of RGB (Red+Green+Blue) = 219+171+205=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABCD is #245432. Grayscale: #BDBDBD. Windows color (decimal): -2380851 or 13478875. OLE color: 13478875.

HSL color Cylindrical-coordinate representation of color #DBABCD: hue angle of 317.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABCD is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 171 205 -
CMYK 0 0.22 0.06 0.14
HSL 317.5º 0.4% 0.76% -
HSV(B) 317.5º 0.22% 0.86% -
XYZ 54.8 48.59 64.25 -
YUV 189.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 219 171 205 0 0.22 0.06 0.14 317.5 0.4 0.76
Hex DB AB CD 0 16 6 E 13E 28 4C
Octal 333 253 315 0 26 6 16 476 50 114
Binary 11011011 10101011 11001101 0 10110 110 1110 100111110 101000 1001100

Color Harmonies of #DBABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABCD

Black with #DBABCD

Text Example


Text Example

White with #DBABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABCD; }

 p { color: rgb(219,171,205); }

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

background-color css

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

 a { background-color: rgb(219,171,205); }

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

border-color css

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

 span { border-color: rgb(219,171,205); }

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