Html Css Color HEX #DBAECE French Lilac

📋 copy color: '#DBAECE'

red 219 ◦ green 174 ◦ blue 206

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

Shades of French Lilac #DBAECE

Tints of French Lilac #DBAECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.39%

R = 36.56%
G = 29.05%
B = 34.39%

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

#DBAECE (or 0xDBAECE) is known color: French Lilac. HEX triplet: DB, AE and CE. RGB value is (219,174,206). Sum of RGB (Red+Green+Blue) = 219+174+206=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAECE is #245131. Grayscale: #BFBFBF. Windows color (decimal): -2380082 or 13545179. OLE color: 13545179.

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

Color convert

RGB 219 174 206 -
CMYK 0 0.21 0.06 0.14
HSL 317.33º 0.38% 0.77% -
HSV(B) 317.33º 0.21% 0.86% -
XYZ 55.49 49.79 65.08 -
YUV 191.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 219 174 206 0 0.21 0.06 0.14 317.33 0.38 0.77
Hex DB AE CE 0 15 6 E 13D 26 4D
Octal 333 256 316 0 25 6 16 475 46 115
Binary 11011011 10101110 11001110 0 10101 110 1110 100111101 100110 1001101

Color Harmonies of #DBAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAECE

Black with #DBAECE

Text Example


Text Example

White with #DBAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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