Html Css Color HEX #DBAFDA French Lilac

📋 copy color: '#DBAFDA'

red 219 ◦ green 175 ◦ blue 218

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

Shades of French Lilac #DBAFDA

Tints of French Lilac #DBAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.62%

R = 35.78%
G = 28.59%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DBAFDA (or 0xDBAFDA) is known color: French Lilac. HEX triplet: DB, AF and DA. RGB value is (219,175,218). Sum of RGB (Red+Green+Blue) = 219+175+218=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFDA is #245025. Grayscale: #C0C0C0. Windows color (decimal): -2379814 or 14331867. OLE color: 14331867.

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

Color convert

RGB 219 175 218 -
CMYK 0 0.20 0.00 0.14
HSL 301.36º 0.38% 0.77% -
HSV(B) 301.36º 0.2% 0.86% -
XYZ 57.2 50.78 73.12 -
YUV 193.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 219 175 218 0 0.20 0.00 0.14 301.36 0.38 0.77
Hex DB AF DA 0 14 0 E 12D 26 4D
Octal 333 257 332 0 24 0 16 455 46 115
Binary 11011011 10101111 11011010 0 10100 0 1110 100101101 100110 1001101

Color Harmonies of #DBAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFDA

Black with #DBAFDA

Text Example


Text Example

White with #DBAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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