Html Css Color HEX #DBA8D3 French Lilac

📋 copy color: '#DBA8D3'

red 219 ◦ green 168 ◦ blue 211

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

Shades of French Lilac #DBA8D3

Tints of French Lilac #DBA8D3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.09%

 BLUE value IS 211 (82.81% from 255) = 35.28%

R = 36.62%
G = 28.09%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DBA8D3 (or 0xDBA8D3) is known color: French Lilac. HEX triplet: DB, A8 and D3. RGB value is (219,168,211). Sum of RGB (Red+Green+Blue) = 219+168+211=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8D3 is #24572C. Grayscale: #BCBCBC. Windows color (decimal): -2381613 or 13871323. OLE color: 13871323.

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

Color convert

RGB 219 168 211 -
CMYK 0 0.23 0.04 0.14
HSL 309.41º 0.41% 0.76% -
HSV(B) 309.41º 0.23% 0.86% -
XYZ 54.97 47.77 67.95 -
YUV 188.15 140.9 150 -
System Red Green Blue C M Y K H S L
Decimal 219 168 211 0 0.23 0.04 0.14 309.41 0.41 0.76
Hex DB A8 D3 0 17 4 E 135 29 4C
Octal 333 250 323 0 27 4 16 465 51 114
Binary 11011011 10101000 11010011 0 10111 100 1110 100110101 101001 1001100

Color Harmonies of #DBA8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8D3

Black with #DBA8D3

Text Example


Text Example

White with #DBA8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8D3; }

 p { color: rgb(219,168,211); }

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

background-color css

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

 a { background-color: rgb(219,168,211); }

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

border-color css

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

 span { border-color: rgb(219,168,211); }

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