Html Css Color HEX #DBAACE French Lilac

📋 copy color: '#DBAACE'

red 219 ◦ green 170 ◦ blue 206

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

Shades of French Lilac #DBAACE

Tints of French Lilac #DBAACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 36.81%
G = 28.57%
B = 34.62%

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

#DBAACE (or 0xDBAACE) is known color: French Lilac. HEX triplet: DB, AA and CE. RGB value is (219,170,206). Sum of RGB (Red+Green+Blue) = 219+170+206=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAACE is #245531. Grayscale: #BCBCBC. Windows color (decimal): -2381106 or 13544155. OLE color: 13544155.

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

Color convert

RGB 219 170 206 -
CMYK 0 0.22 0.06 0.14
HSL 315.92º 0.4% 0.76% -
HSV(B) 315.92º 0.22% 0.86% -
XYZ 54.73 48.27 64.82 -
YUV 188.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 219 170 206 0 0.22 0.06 0.14 315.92 0.4 0.76
Hex DB AA CE 0 16 6 E 13C 28 4C
Octal 333 252 316 0 26 6 16 474 50 114
Binary 11011011 10101010 11001110 0 10110 110 1110 100111100 101000 1001100

Color Harmonies of #DBAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAACE

Black with #DBAACE

Text Example


Text Example

White with #DBAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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