Html Css Color HEX #DBAFD7 French Lilac

📋 copy color: '#DBAFD7'

red 219 ◦ green 175 ◦ blue 215

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

Shades of French Lilac #DBAFD7

Tints of French Lilac #DBAFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.3%

R = 35.96%
G = 28.74%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DBAFD7 (or 0xDBAFD7) is known color: French Lilac. HEX triplet: DB, AF and D7. RGB value is (219,175,215). Sum of RGB (Red+Green+Blue) = 219+175+215=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFD7 is #245028. Grayscale: #C0C0C0. Windows color (decimal): -2379817 or 14135259. OLE color: 14135259.

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

Color convert

RGB 219 175 215 -
CMYK 0 0.20 0.02 0.14
HSL 305.45º 0.38% 0.77% -
HSV(B) 305.45º 0.2% 0.86% -
XYZ 56.81 50.63 71.07 -
YUV 192.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 219 175 215 0 0.20 0.02 0.14 305.45 0.38 0.77
Hex DB AF D7 0 14 2 E 131 26 4D
Octal 333 257 327 0 24 2 16 461 46 115
Binary 11011011 10101111 11010111 0 10100 10 1110 100110001 100110 1001101

Color Harmonies of #DBAFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFD7

Black with #DBAFD7

Text Example


Text Example

White with #DBAFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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