Html Css Color HEX #DBA6CC French Lilac

📋 copy color: '#DBA6CC'

red 219 ◦ green 166 ◦ blue 204

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

Shades of French Lilac #DBA6CC

Tints of French Lilac #DBA6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.63%

R = 37.18%
G = 28.18%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBA6CC (or 0xDBA6CC) is known color: French Lilac. HEX triplet: DB, A6 and CC. RGB value is (219,166,204). Sum of RGB (Red+Green+Blue) = 219+166+204=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 166 (65.23% from 255 or 28.18% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6CC is #245933. Grayscale: #BABABA. Windows color (decimal): -2382132 or 13412059. OLE color: 13412059.

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

Color convert

RGB 219 166 204 -
CMYK 0 0.24 0.07 0.14
HSL 316.98º 0.42% 0.75% -
HSV(B) 316.98º 0.24% 0.86% -
XYZ 53.75 46.69 63.31 -
YUV 186.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 219 166 204 0 0.24 0.07 0.14 316.98 0.42 0.75
Hex DB A6 CC 0 18 7 E 13D 2A 4B
Octal 333 246 314 0 30 7 16 475 52 113
Binary 11011011 10100110 11001100 0 11000 111 1110 100111101 101010 1001011

Color Harmonies of #DBA6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6CC

Black with #DBA6CC

Text Example


Text Example

White with #DBA6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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