Html Css Color HEX #DBAED3 French Lilac

📋 copy color: '#DBAED3'

red 219 ◦ green 174 ◦ blue 211

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

Shades of French Lilac #DBAED3

Tints of French Lilac #DBAED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.93%

R = 36.26%
G = 28.81%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DBAED3 (or 0xDBAED3) is known color: French Lilac. HEX triplet: DB, AE and D3. RGB value is (219,174,211). Sum of RGB (Red+Green+Blue) = 219+174+211=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAED3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAED3 is #24512C. Grayscale: #BFBFBF. Windows color (decimal): -2380077 or 13872859. OLE color: 13872859.

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

Color convert

RGB 219 174 211 -
CMYK 0 0.21 0.04 0.14
HSL 310.67º 0.38% 0.77% -
HSV(B) 310.67º 0.21% 0.86% -
XYZ 56.11 50.04 68.33 -
YUV 191.67 138.91 147.49 -
System Red Green Blue C M Y K H S L
Decimal 219 174 211 0 0.21 0.04 0.14 310.67 0.38 0.77
Hex DB AE D3 0 15 4 E 137 26 4D
Octal 333 256 323 0 25 4 16 467 46 115
Binary 11011011 10101110 11010011 0 10101 100 1110 100110111 100110 1001101

Color Harmonies of #DBAED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAED3

Black with #DBAED3

Text Example


Text Example

White with #DBAED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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