Html Css Color HEX #DBAFDB French Lilac

📋 copy color: '#DBAFDB'

red 219 ◦ green 175 ◦ blue 219

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

Shades of French Lilac #DBAFDB

Tints of French Lilac #DBAFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 35.73%
G = 28.55%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBAFDB (or 0xDBAFDB) is known color: French Lilac. HEX triplet: DB, AF and DB. RGB value is (219,175,219). Sum of RGB (Red+Green+Blue) = 219+175+219=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFDB is #245024. Grayscale: #C1C1C1. Windows color (decimal): -2379813 or 14397403. OLE color: 14397403.

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

Color convert

RGB 219 175 219 -
CMYK 0 0.20 0 0.14
HSL 300º 0.38% 0.77% -
HSV(B) 300º 0.2% 0.86% -
XYZ 57.33 50.83 73.81 -
YUV 193.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 219 175 219 0 0.20 0 0.14 300 0.38 0.77
Hex DB AF DB 0 14 0 E 12C 26 4D
Octal 333 257 333 0 24 0 16 454 46 115
Binary 11011011 10101111 11011011 0 10100 0 1110 100101100 100110 1001101

Color Harmonies of #DBAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFDB

Black with #DBAFDB

Text Example


Text Example

White with #DBAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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