Html Css Color HEX #DBA9D0 French Lilac

📋 copy color: '#DBA9D0'

red 219 ◦ green 169 ◦ blue 208

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

Shades of French Lilac #DBA9D0

Tints of French Lilac #DBA9D0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.36%

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

R = 36.74%
G = 28.36%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBA9D0 (or 0xDBA9D0) is known color: French Lilac. HEX triplet: DB, A9 and D0. RGB value is (219,169,208). Sum of RGB (Red+Green+Blue) = 219+169+208=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9D0 is #24562F. Grayscale: #BCBCBC. Windows color (decimal): -2381360 or 13674971. OLE color: 13674971.

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

Color convert

RGB 219 169 208 -
CMYK 0 0.23 0.05 0.14
HSL 313.2º 0.41% 0.76% -
HSV(B) 313.2º 0.23% 0.86% -
XYZ 54.79 47.99 66.05 -
YUV 188.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 219 169 208 0 0.23 0.05 0.14 313.2 0.41 0.76
Hex DB A9 D0 0 17 5 E 139 29 4C
Octal 333 251 320 0 27 5 16 471 51 114
Binary 11011011 10101001 11010000 0 10111 101 1110 100111001 101001 1001100

Color Harmonies of #DBA9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9D0

Black with #DBA9D0

Text Example


Text Example

White with #DBA9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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