Html Css Color HEX #DBA6CD French Lilac

📋 copy color: '#DBA6CD'

red 219 ◦ green 166 ◦ blue 205

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

Shades of French Lilac #DBA6CD

Tints of French Lilac #DBA6CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.75%

R = 37.12%
G = 28.14%
B = 34.75%

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

#DBA6CD (or 0xDBA6CD) is known color: French Lilac. HEX triplet: DB, A6 and CD. RGB value is (219,166,205). Sum of RGB (Red+Green+Blue) = 219+166+205=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6CD is #245932. Grayscale: #BABABA. Windows color (decimal): -2382131 or 13477595. OLE color: 13477595.

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

Color convert

RGB 219 166 205 -
CMYK 0 0.24 0.06 0.14
HSL 315.85º 0.42% 0.75% -
HSV(B) 315.85º 0.24% 0.86% -
XYZ 53.87 46.74 63.94 -
YUV 186.29 138.56 151.33 -
System Red Green Blue C M Y K H S L
Decimal 219 166 205 0 0.24 0.06 0.14 315.85 0.42 0.75
Hex DB A6 CD 0 18 6 E 13C 2A 4B
Octal 333 246 315 0 30 6 16 474 52 113
Binary 11011011 10100110 11001101 0 11000 110 1110 100111100 101010 1001011

Color Harmonies of #DBA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6CD

Black with #DBA6CD

Text Example


Text Example

White with #DBA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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