Html Css Color HEX #DBAFD9 French Lilac

📋 copy color: '#DBAFD9'

red 219 ◦ green 175 ◦ blue 217

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

Shades of French Lilac #DBAFD9

Tints of French Lilac #DBAFD9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.64%

 BLUE value IS 217 (85.16% from 255) = 35.52%

R = 35.84%
G = 28.64%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBAFD9 (or 0xDBAFD9) is known color: French Lilac. HEX triplet: DB, AF and D9. RGB value is (219,175,217). Sum of RGB (Red+Green+Blue) = 219+175+217=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFD9 is #245026. Grayscale: #C0C0C0. Windows color (decimal): -2379815 or 14266331. OLE color: 14266331.

HSL color Cylindrical-coordinate representation of color #DBAFD9: hue angle of 302.73º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFD9 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 217 -
CMYK 0 0.20 0.01 0.14
HSL 302.73º 0.38% 0.77% -
HSV(B) 302.73º 0.2% 0.86% -
XYZ 57.07 50.73 72.43 -
YUV 192.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 219 175 217 0 0.20 0.01 0.14 302.73 0.38 0.77
Hex DB AF D9 0 14 1 E 12F 26 4D
Octal 333 257 331 0 24 1 16 457 46 115
Binary 11011011 10101111 11011001 0 10100 1 1110 100101111 100110 1001101

Color Harmonies of #DBAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFD9

Black with #DBAFD9

Text Example


Text Example

White with #DBAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFD9; }

 p { color: rgb(219,175,217); }

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

background-color css

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

 a { background-color: rgb(219,175,217); }

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

border-color css

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

 span { border-color: rgb(219,175,217); }

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