Html Css Color HEX #DBAEDA French Lilac

📋 copy color: '#DBAEDA'

red 219 ◦ green 174 ◦ blue 218

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

Shades of French Lilac #DBAEDA

Tints of French Lilac #DBAEDA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.48%

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

R = 35.84%
G = 28.48%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DBAEDA (or 0xDBAEDA) is known color: French Lilac. HEX triplet: DB, AE and DA. RGB value is (219,174,218). Sum of RGB (Red+Green+Blue) = 219+174+218=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEDA is #245125. Grayscale: #C0C0C0. Windows color (decimal): -2380070 or 14331611. OLE color: 14331611.

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

Color convert

RGB 219 174 218 -
CMYK 0 0.21 0.00 0.14
HSL 301.33º 0.38% 0.77% -
HSV(B) 301.33º 0.21% 0.86% -
XYZ 57 50.39 73.05 -
YUV 192.47 142.41 146.92 -
System Red Green Blue C M Y K H S L
Decimal 219 174 218 0 0.21 0.00 0.14 301.33 0.38 0.77
Hex DB AE DA 0 15 0 E 12D 26 4D
Octal 333 256 332 0 25 0 16 455 46 115
Binary 11011011 10101110 11011010 0 10101 0 1110 100101101 100110 1001101

Color Harmonies of #DBAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEDA

Black with #DBAEDA

Text Example


Text Example

White with #DBAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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