Html Css Color HEX #DBAED6 French Lilac

📋 copy color: '#DBAED6'

red 219 ◦ green 174 ◦ blue 214

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

Shades of French Lilac #DBAED6

Tints of French Lilac #DBAED6

RGB

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

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

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

R = 36.08%
G = 28.67%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DBAED6 (or 0xDBAED6) is known color: French Lilac. HEX triplet: DB, AE and D6. RGB value is (219,174,214). Sum of RGB (Red+Green+Blue) = 219+174+214=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAED6 is #245129. Grayscale: #BFBFBF. Windows color (decimal): -2380074 or 14069467. OLE color: 14069467.

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

Color convert

RGB 219 174 214 -
CMYK 0 0.21 0.02 0.14
HSL 306.67º 0.38% 0.77% -
HSV(B) 306.67º 0.21% 0.86% -
XYZ 56.49 50.19 70.33 -
YUV 192.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 219 174 214 0 0.21 0.02 0.14 306.67 0.38 0.77
Hex DB AE D6 0 15 2 E 133 26 4D
Octal 333 256 326 0 25 2 16 463 46 115
Binary 11011011 10101110 11010110 0 10101 10 1110 100110011 100110 1001101

Color Harmonies of #DBAED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAED6

Black with #DBAED6

Text Example


Text Example

White with #DBAED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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