Html Css Color HEX #DBACD0 French Lilac

📋 copy color: '#DBACD0'

red 219 ◦ green 172 ◦ blue 208

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

Shades of French Lilac #DBACD0

Tints of French Lilac #DBACD0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.71%

 BLUE value IS 208 (81.64% from 255) = 34.72%

R = 36.56%
G = 28.71%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBACD0 (or 0xDBACD0) is known color: French Lilac. HEX triplet: DB, AC and D0. RGB value is (219,172,208). Sum of RGB (Red+Green+Blue) = 219+172+208=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACD0 is #24532F. Grayscale: #BEBEBE. Windows color (decimal): -2380592 or 13675739. OLE color: 13675739.

HSL color Cylindrical-coordinate representation of color #DBACD0: hue angle of 314.04º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACD0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 208 -
CMYK 0 0.21 0.05 0.14
HSL 314.04º 0.39% 0.77% -
HSV(B) 314.04º 0.21% 0.86% -
XYZ 55.35 49.12 66.24 -
YUV 190.16 138.07 148.57 -
System Red Green Blue C M Y K H S L
Decimal 219 172 208 0 0.21 0.05 0.14 314.04 0.39 0.77
Hex DB AC D0 0 15 5 E 13A 27 4D
Octal 333 254 320 0 25 5 16 472 47 115
Binary 11011011 10101100 11010000 0 10101 101 1110 100111010 100111 1001101

Color Harmonies of #DBACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACD0

Black with #DBACD0

Text Example


Text Example

White with #DBACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACD0; }

 p { color: rgb(219,172,208); }

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

background-color css

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

 a { background-color: rgb(219,172,208); }

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

border-color css

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

 span { border-color: rgb(219,172,208); }

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