Html Css Color HEX #DBB5D0 French Lilac

📋 copy color: '#DBB5D0'

red 219 ◦ green 181 ◦ blue 208

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

Shades of French Lilac #DBB5D0

Tints of French Lilac #DBB5D0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.77%

 BLUE value IS 208 (81.64% from 255) = 34.21%

R = 36.02%
G = 29.77%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBB5D0 (or 0xDBB5D0) is known color: French Lilac. HEX triplet: DB, B5 and D0. RGB value is (219,181,208). Sum of RGB (Red+Green+Blue) = 219+181+208=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5D0 is #244A2F. Grayscale: #C3C3C3. Windows color (decimal): -2378288 or 13678043. OLE color: 13678043.

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

Color convert

RGB 219 181 208 -
CMYK 0 0.17 0.05 0.14
HSL 317.37º 0.35% 0.78% -
HSV(B) 317.37º 0.17% 0.86% -
XYZ 57.12 52.66 66.83 -
YUV 195.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 219 181 208 0 0.17 0.05 0.14 317.37 0.35 0.78
Hex DB B5 D0 0 11 5 E 13D 23 4E
Octal 333 265 320 0 21 5 16 475 43 116
Binary 11011011 10110101 11010000 0 10001 101 1110 100111101 100011 1001110

Color Harmonies of #DBB5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5D0

Black with #DBB5D0

Text Example


Text Example

White with #DBB5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5D0; }

 p { color: rgb(219,181,208); }

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

background-color css

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

 a { background-color: rgb(219,181,208); }

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

border-color css

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

 span { border-color: rgb(219,181,208); }

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