Html Css Color HEX #DBA9CE French Lilac

📋 copy color: '#DBA9CE'

red 219 ◦ green 169 ◦ blue 206

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

Shades of French Lilac #DBA9CE

Tints of French Lilac #DBA9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 36.87%
G = 28.45%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBA9CE (or 0xDBA9CE) is known color: French Lilac. HEX triplet: DB, A9 and CE. RGB value is (219,169,206). Sum of RGB (Red+Green+Blue) = 219+169+206=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9CE is #245631. Grayscale: #BCBCBC. Windows color (decimal): -2381362 or 13543899. OLE color: 13543899.

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

Color convert

RGB 219 169 206 -
CMYK 0 0.23 0.06 0.14
HSL 315.6º 0.41% 0.76% -
HSV(B) 315.6º 0.23% 0.86% -
XYZ 54.54 47.89 64.76 -
YUV 188.17 138.07 149.99 -
System Red Green Blue C M Y K H S L
Decimal 219 169 206 0 0.23 0.06 0.14 315.6 0.41 0.76
Hex DB A9 CE 0 17 6 E 13C 29 4C
Octal 333 251 316 0 27 6 16 474 51 114
Binary 11011011 10101001 11001110 0 10111 110 1110 100111100 101001 1001100

Color Harmonies of #DBA9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9CE

Black with #DBA9CE

Text Example


Text Example

White with #DBA9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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