Html Css Color HEX #DBA3CE French Lilac

📋 copy color: '#DBA3CE'

red 219 ◦ green 163 ◦ blue 206

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

Shades of French Lilac #DBA3CE

Tints of French Lilac #DBA3CE

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.72%

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

R = 37.24%
G = 27.72%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBA3CE (or 0xDBA3CE) is known color: French Lilac. HEX triplet: DB, A3 and CE. RGB value is (219,163,206). Sum of RGB (Red+Green+Blue) = 219+163+206=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3CE is #245C31. Grayscale: #B8B8B8. Windows color (decimal): -2382898 or 13542363. OLE color: 13542363.

HSL color Cylindrical-coordinate representation of color #DBA3CE: hue angle of 313.93º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA3CE is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 163 206 -
CMYK 0 0.26 0.06 0.14
HSL 313.93º 0.44% 0.75% -
HSV(B) 313.93º 0.26% 0.86% -
XYZ 53.45 45.71 64.4 -
YUV 184.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 219 163 206 0 0.26 0.06 0.14 313.93 0.44 0.75
Hex DB A3 CE 0 1A 6 E 13A 2C 4B
Octal 333 243 316 0 32 6 16 472 54 113
Binary 11011011 10100011 11001110 0 11010 110 1110 100111010 101100 1001011

Color Harmonies of #DBA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA3CE

Black with #DBA3CE

Text Example


Text Example

White with #DBA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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