Html Css Color HEX #DBA9D5 French Lilac

📋 copy color: '#DBA9D5'

red 219 ◦ green 169 ◦ blue 213

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

Shades of French Lilac #DBA9D5

Tints of French Lilac #DBA9D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.44%

R = 36.44%
G = 28.12%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBA9D5 (or 0xDBA9D5) is known color: French Lilac. HEX triplet: DB, A9 and D5. RGB value is (219,169,213). Sum of RGB (Red+Green+Blue) = 219+169+213=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9D5 is #24562A. Grayscale: #BCBCBC. Windows color (decimal): -2381355 or 14002651. OLE color: 14002651.

HSL color Cylindrical-coordinate representation of color #DBA9D5: hue angle of 307.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 #DBA9D5 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 169 213 -
CMYK 0 0.23 0.03 0.14
HSL 307.2º 0.41% 0.76% -
HSV(B) 307.2º 0.23% 0.86% -
XYZ 55.41 48.24 69.34 -
YUV 188.97 141.57 149.42 -
System Red Green Blue C M Y K H S L
Decimal 219 169 213 0 0.23 0.03 0.14 307.2 0.41 0.76
Hex DB A9 D5 0 17 3 E 133 29 4C
Octal 333 251 325 0 27 3 16 463 51 114
Binary 11011011 10101001 11010101 0 10111 11 1110 100110011 101001 1001100

Color Harmonies of #DBA9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9D5

Black with #DBA9D5

Text Example


Text Example

White with #DBA9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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