Html Css Color HEX #DBAED4 French Lilac

📋 copy color: '#DBAED4'

red 219 ◦ green 174 ◦ blue 212

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

Shades of French Lilac #DBAED4

Tints of French Lilac #DBAED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.04%

R = 36.2%
G = 28.76%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBAED4 (or 0xDBAED4) is known color: French Lilac. HEX triplet: DB, AE and D4. RGB value is (219,174,212). Sum of RGB (Red+Green+Blue) = 219+174+212=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAED4 is #24512B. Grayscale: #BFBFBF. Windows color (decimal): -2380076 or 13938395. OLE color: 13938395.

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

Color convert

RGB 219 174 212 -
CMYK 0 0.21 0.03 0.14
HSL 309.33º 0.38% 0.77% -
HSV(B) 309.33º 0.21% 0.86% -
XYZ 56.23 50.09 68.99 -
YUV 191.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 219 174 212 0 0.21 0.03 0.14 309.33 0.38 0.77
Hex DB AE D4 0 15 3 E 135 26 4D
Octal 333 256 324 0 25 3 16 465 46 115
Binary 11011011 10101110 11010100 0 10101 11 1110 100110101 100110 1001101

Color Harmonies of #DBAED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAED4

Black with #DBAED4

Text Example


Text Example

White with #DBAED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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