Html Css Color HEX #DBAECD French Lilac

📋 copy color: '#DBAECD'

red 219 ◦ green 174 ◦ blue 205

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

Shades of French Lilac #DBAECD

Tints of French Lilac #DBAECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.28%

R = 36.62%
G = 29.1%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBAECD (or 0xDBAECD) is known color: French Lilac. HEX triplet: DB, AE and CD. RGB value is (219,174,205). Sum of RGB (Red+Green+Blue) = 219+174+205=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAECD is #245132. Grayscale: #BEBEBE. Windows color (decimal): -2380083 or 13479643. OLE color: 13479643.

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

Color convert

RGB 219 174 205 -
CMYK 0 0.21 0.06 0.14
HSL 318.67º 0.38% 0.77% -
HSV(B) 318.67º 0.21% 0.86% -
XYZ 55.37 49.74 64.44 -
YUV 190.99 135.91 147.98 -
System Red Green Blue C M Y K H S L
Decimal 219 174 205 0 0.21 0.06 0.14 318.67 0.38 0.77
Hex DB AE CD 0 15 6 E 13F 26 4D
Octal 333 256 315 0 25 6 16 477 46 115
Binary 11011011 10101110 11001101 0 10101 110 1110 100111111 100110 1001101

Color Harmonies of #DBAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAECD

Black with #DBAECD

Text Example


Text Example

White with #DBAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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