Html Css Color HEX #DBADD0 French Lilac

📋 copy color: '#DBADD0'

red 219 ◦ green 173 ◦ blue 208

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

Shades of French Lilac #DBADD0

Tints of French Lilac #DBADD0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.83%

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

R = 36.5%
G = 28.83%
B = 34.67%

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

#DBADD0 (or 0xDBADD0) is known color: French Lilac. HEX triplet: DB, AD and D0. RGB value is (219,173,208). Sum of RGB (Red+Green+Blue) = 219+173+208=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADD0 is #24522F. Grayscale: #BEBEBE. Windows color (decimal): -2380336 or 13675995. OLE color: 13675995.

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

Color convert

RGB 219 173 208 -
CMYK 0 0.21 0.05 0.14
HSL 314.35º 0.39% 0.77% -
HSV(B) 314.35º 0.21% 0.86% -
XYZ 55.54 49.5 66.3 -
YUV 190.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 219 173 208 0 0.21 0.05 0.14 314.35 0.39 0.77
Hex DB AD D0 0 15 5 E 13A 27 4D
Octal 333 255 320 0 25 5 16 472 47 115
Binary 11011011 10101101 11010000 0 10101 101 1110 100111010 100111 1001101

Color Harmonies of #DBADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADD0

Black with #DBADD0

Text Example


Text Example

White with #DBADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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