Html Css Color HEX #DBB6D8 French Lilac

📋 copy color: '#DBB6D8'

red 219 ◦ green 182 ◦ blue 216

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

Shades of French Lilac #DBB6D8

Tints of French Lilac #DBB6D8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.5%

 BLUE value IS 216 (84.77% from 255) = 35.01%

R = 35.49%
G = 29.5%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBB6D8 (or 0xDBB6D8) is known color: French Lilac. HEX triplet: DB, B6 and D8. RGB value is (219,182,216). Sum of RGB (Red+Green+Blue) = 219+182+216=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6D8 is #244927. Grayscale: #C4C4C4. Windows color (decimal): -2378024 or 14202587. OLE color: 14202587.

HSL color Cylindrical-coordinate representation of color #DBB6D8: hue angle of 304.86º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB6D8 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 182 216 -
CMYK 0 0.17 0.01 0.14
HSL 304.86º 0.34% 0.79% -
HSV(B) 304.86º 0.17% 0.86% -
XYZ 58.34 53.47 72.21 -
YUV 196.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 219 182 216 0 0.17 0.01 0.14 304.86 0.34 0.79
Hex DB B6 D8 0 11 1 E 131 22 4F
Octal 333 266 330 0 21 1 16 461 42 117
Binary 11011011 10110110 11011000 0 10001 1 1110 100110001 100010 1001111

Color Harmonies of #DBB6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6D8

Black with #DBB6D8

Text Example


Text Example

White with #DBB6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6D8; }

 p { color: rgb(219,182,216); }

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

background-color css

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

 a { background-color: rgb(219,182,216); }

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

border-color css

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

 span { border-color: rgb(219,182,216); }

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