Html Css Color HEX #DBAACD French Lilac

📋 copy color: '#DBAACD'

red 219 ◦ green 170 ◦ blue 205

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

Shades of French Lilac #DBAACD

Tints of French Lilac #DBAACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.62%

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

R = 36.87%
G = 28.62%
B = 34.51%

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

#DBAACD (or 0xDBAACD) is known color: French Lilac. HEX triplet: DB, AA and CD. RGB value is (219,170,205). Sum of RGB (Red+Green+Blue) = 219+170+205=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAACD is #245532. Grayscale: #BCBCBC. Windows color (decimal): -2381107 or 13478619. OLE color: 13478619.

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

Color convert

RGB 219 170 205 -
CMYK 0 0.22 0.06 0.14
HSL 317.14º 0.4% 0.76% -
HSV(B) 317.14º 0.22% 0.86% -
XYZ 54.61 48.22 64.19 -
YUV 188.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 219 170 205 0 0.22 0.06 0.14 317.14 0.4 0.76
Hex DB AA CD 0 16 6 E 13D 28 4C
Octal 333 252 315 0 26 6 16 475 50 114
Binary 11011011 10101010 11001101 0 10110 110 1110 100111101 101000 1001100

Color Harmonies of #DBAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAACD

Black with #DBAACD

Text Example


Text Example

White with #DBAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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