Html Css Color HEX #DBB3D5 French Lilac

📋 copy color: '#DBB3D5'

red 219 ◦ green 179 ◦ blue 213

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

Shades of French Lilac #DBB3D5

Tints of French Lilac #DBB3D5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.3%

 BLUE value IS 213 (83.59% from 255) = 34.86%

R = 35.84%
G = 29.3%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBB3D5 (or 0xDBB3D5) is known color: French Lilac. HEX triplet: DB, B3 and D5. RGB value is (219,179,213). Sum of RGB (Red+Green+Blue) = 219+179+213=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3D5 is #244C2A. Grayscale: #C2C2C2. Windows color (decimal): -2378795 or 14005211. OLE color: 14005211.

HSL color Cylindrical-coordinate representation of color #DBB3D5: hue angle of 309º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB3D5 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 213 -
CMYK 0 0.18 0.03 0.14
HSL 309º 0.36% 0.78% -
HSV(B) 309º 0.18% 0.86% -
XYZ 57.34 52.1 69.99 -
YUV 194.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 219 179 213 0 0.18 0.03 0.14 309 0.36 0.78
Hex DB B3 D5 0 12 3 E 135 24 4E
Octal 333 263 325 0 22 3 16 465 44 116
Binary 11011011 10110011 11010101 0 10010 11 1110 100110101 100100 1001110

Color Harmonies of #DBB3D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3D5

Black with #DBB3D5

Text Example


Text Example

White with #DBB3D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3D5; }

 p { color: rgb(219,179,213); }

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

background-color css

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

 a { background-color: rgb(219,179,213); }

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

border-color css

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

 span { border-color: rgb(219,179,213); }

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