Html Css Color HEX #DBB1D8 French Lilac

📋 copy color: '#DBB1D8'

red 219 ◦ green 177 ◦ blue 216

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

Shades of French Lilac #DBB1D8

Tints of French Lilac #DBB1D8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.92%

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

R = 35.78%
G = 28.92%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DBB1D8 (or 0xDBB1D8) is known color: French Lilac. HEX triplet: DB, B1 and D8. RGB value is (219,177,216). Sum of RGB (Red+Green+Blue) = 219+177+216=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1D8 is #244E27. Grayscale: #C1C1C1. Windows color (decimal): -2379304 or 14201307. OLE color: 14201307.

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

Color convert

RGB 219 177 216 -
CMYK 0 0.19 0.01 0.14
HSL 304.29º 0.37% 0.78% -
HSV(B) 304.29º 0.19% 0.86% -
XYZ 57.33 51.46 71.88 -
YUV 194 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 219 177 216 0 0.19 0.01 0.14 304.29 0.37 0.78
Hex DB B1 D8 0 13 1 E 130 25 4E
Octal 333 261 330 0 23 1 16 460 45 116
Binary 11011011 10110001 11011000 0 10011 1 1110 100110000 100101 1001110

Color Harmonies of #DBB1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB1D8

Black with #DBB1D8

Text Example


Text Example

White with #DBB1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB1D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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