Html Css Color HEX #DBACCE French Lilac

📋 copy color: '#DBACCE'

red 219 ◦ green 172 ◦ blue 206

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

Shades of French Lilac #DBACCE

Tints of French Lilac #DBACCE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.81%

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

R = 36.68%
G = 28.81%
B = 34.51%

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

#DBACCE (or 0xDBACCE) is known color: French Lilac. HEX triplet: DB, AC and CE. RGB value is (219,172,206). Sum of RGB (Red+Green+Blue) = 219+172+206=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACCE is #245331. Grayscale: #BDBDBD. Windows color (decimal): -2380594 or 13544667. OLE color: 13544667.

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

Color convert

RGB 219 172 206 -
CMYK 0 0.21 0.06 0.14
HSL 316.6º 0.39% 0.77% -
HSV(B) 316.6º 0.21% 0.86% -
XYZ 55.11 49.02 64.95 -
YUV 189.93 137.07 148.74 -
System Red Green Blue C M Y K H S L
Decimal 219 172 206 0 0.21 0.06 0.14 316.6 0.39 0.77
Hex DB AC CE 0 15 6 E 13D 27 4D
Octal 333 254 316 0 25 6 16 475 47 115
Binary 11011011 10101100 11001110 0 10101 110 1110 100111101 100111 1001101

Color Harmonies of #DBACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACCE

Black with #DBACCE

Text Example


Text Example

White with #DBACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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