Html Css Color HEX #DBAED8 French Lilac

📋 copy color: '#DBAED8'

red 219 ◦ green 174 ◦ blue 216

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

Shades of French Lilac #DBAED8

Tints of French Lilac #DBAED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.47%

R = 35.96%
G = 28.57%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBAED8 (or 0xDBAED8) is known color: French Lilac. HEX triplet: DB, AE and D8. RGB value is (219,174,216). Sum of RGB (Red+Green+Blue) = 219+174+216=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAED8 is #245127. Grayscale: #C0C0C0. Windows color (decimal): -2380072 or 14200539. OLE color: 14200539.

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

Color convert

RGB 219 174 216 -
CMYK 0 0.21 0.01 0.14
HSL 304º 0.38% 0.77% -
HSV(B) 304º 0.21% 0.86% -
XYZ 56.74 50.29 71.68 -
YUV 192.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 219 174 216 0 0.21 0.01 0.14 304 0.38 0.77
Hex DB AE D8 0 15 1 E 130 26 4D
Octal 333 256 330 0 25 1 16 460 46 115
Binary 11011011 10101110 11011000 0 10101 1 1110 100110000 100110 1001101

Color Harmonies of #DBAED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAED8

Black with #DBAED8

Text Example


Text Example

White with #DBAED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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