Html Css Color HEX #DBA6CE French Lilac

📋 copy color: '#DBA6CE'

red 219 ◦ green 166 ◦ blue 206

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

Shades of French Lilac #DBA6CE

Tints of French Lilac #DBA6CE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.09%

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

R = 37.06%
G = 28.09%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBA6CE (or 0xDBA6CE) is known color: French Lilac. HEX triplet: DB, A6 and CE. RGB value is (219,166,206). Sum of RGB (Red+Green+Blue) = 219+166+206=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6CE is #245931. Grayscale: #BABABA. Windows color (decimal): -2382130 or 13543131. OLE color: 13543131.

HSL color Cylindrical-coordinate representation of color #DBA6CE: hue angle of 314.72º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6CE is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 166 206 -
CMYK 0 0.24 0.06 0.14
HSL 314.72º 0.42% 0.75% -
HSV(B) 314.72º 0.24% 0.86% -
XYZ 53.99 46.79 64.58 -
YUV 186.41 139.06 151.25 -
System Red Green Blue C M Y K H S L
Decimal 219 166 206 0 0.24 0.06 0.14 314.72 0.42 0.75
Hex DB A6 CE 0 18 6 E 13B 2A 4B
Octal 333 246 316 0 30 6 16 473 52 113
Binary 11011011 10100110 11001110 0 11000 110 1110 100111011 101010 1001011

Color Harmonies of #DBA6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6CE

Black with #DBA6CE

Text Example


Text Example

White with #DBA6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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