Html Css Color HEX #DBAFD6 French Lilac

📋 copy color: '#DBAFD6'

red 219 ◦ green 175 ◦ blue 214

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

Shades of French Lilac #DBAFD6

Tints of French Lilac #DBAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.2%

R = 36.02%
G = 28.78%
B = 35.2%

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

#DBAFD6 (or 0xDBAFD6) is known color: French Lilac. HEX triplet: DB, AF and D6. RGB value is (219,175,214). Sum of RGB (Red+Green+Blue) = 219+175+214=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFD6 is #245029. Grayscale: #C0C0C0. Windows color (decimal): -2379818 or 14069723. OLE color: 14069723.

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

Color convert

RGB 219 175 214 -
CMYK 0 0.20 0.02 0.14
HSL 306.82º 0.38% 0.77% -
HSV(B) 306.82º 0.2% 0.86% -
XYZ 56.68 50.58 70.39 -
YUV 192.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 219 175 214 0 0.20 0.02 0.14 306.82 0.38 0.77
Hex DB AF D6 0 14 2 E 133 26 4D
Octal 333 257 326 0 24 2 16 463 46 115
Binary 11011011 10101111 11010110 0 10100 10 1110 100110011 100110 1001101

Color Harmonies of #DBAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFD6

Black with #DBAFD6

Text Example


Text Example

White with #DBAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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