Html Css Color HEX #DBA9CF French Lilac

📋 copy color: '#DBA9CF'

red 219 ◦ green 169 ◦ blue 207

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

Shades of French Lilac #DBA9CF

Tints of French Lilac #DBA9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.79%

R = 36.81%
G = 28.4%
B = 34.79%

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

#DBA9CF (or 0xDBA9CF) is known color: French Lilac. HEX triplet: DB, A9 and CF. RGB value is (219,169,207). Sum of RGB (Red+Green+Blue) = 219+169+207=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9CF is #245630. Grayscale: #BCBCBC. Windows color (decimal): -2381361 or 13609435. OLE color: 13609435.

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

Color convert

RGB 219 169 207 -
CMYK 0 0.23 0.05 0.14
HSL 314.4º 0.41% 0.76% -
HSV(B) 314.4º 0.23% 0.86% -
XYZ 54.66 47.94 65.4 -
YUV 188.28 138.57 149.91 -
System Red Green Blue C M Y K H S L
Decimal 219 169 207 0 0.23 0.05 0.14 314.4 0.41 0.76
Hex DB A9 CF 0 17 5 E 13A 29 4C
Octal 333 251 317 0 27 5 16 472 51 114
Binary 11011011 10101001 11001111 0 10111 101 1110 100111010 101001 1001100

Color Harmonies of #DBA9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9CF

Black with #DBA9CF

Text Example


Text Example

White with #DBA9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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