Html Css Color HEX #DBADCE French Lilac

📋 copy color: '#DBADCE'

red 219 ◦ green 173 ◦ blue 206

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

Shades of French Lilac #DBADCE

Tints of French Lilac #DBADCE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.93%

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

R = 36.62%
G = 28.93%
B = 34.45%

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

#DBADCE (or 0xDBADCE) is known color: French Lilac. HEX triplet: DB, AD and CE. RGB value is (219,173,206). Sum of RGB (Red+Green+Blue) = 219+173+206=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADCE is #245231. Grayscale: #BEBEBE. Windows color (decimal): -2380338 or 13544923. OLE color: 13544923.

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

Color convert

RGB 219 173 206 -
CMYK 0 0.21 0.06 0.14
HSL 316.96º 0.39% 0.77% -
HSV(B) 316.96º 0.21% 0.86% -
XYZ 55.3 49.4 65.01 -
YUV 190.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 219 173 206 0 0.21 0.06 0.14 316.96 0.39 0.77
Hex DB AD CE 0 15 6 E 13D 27 4D
Octal 333 255 316 0 25 6 16 475 47 115
Binary 11011011 10101101 11001110 0 10101 110 1110 100111101 100111 1001101

Color Harmonies of #DBADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADCE

Black with #DBADCE

Text Example


Text Example

White with #DBADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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