Html Css Color HEX #DBB8D5 French Lilac

📋 copy color: '#DBB8D5'

red 219 ◦ green 184 ◦ blue 213

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

Shades of French Lilac #DBB8D5

Tints of French Lilac #DBB8D5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.87%

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

R = 35.55%
G = 29.87%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBB8D5 (or 0xDBB8D5) is known color: French Lilac. HEX triplet: DB, B8 and D5. RGB value is (219,184,213). Sum of RGB (Red+Green+Blue) = 219+184+213=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 184 (72.27% from 255 or 29.87% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8D5 is #24472A. Grayscale: #C5C5C5. Windows color (decimal): -2377515 or 14006491. OLE color: 14006491.

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

Color convert

RGB 219 184 213 -
CMYK 0 0.16 0.03 0.14
HSL 310.29º 0.33% 0.79% -
HSV(B) 310.29º 0.16% 0.86% -
XYZ 58.36 54.15 70.33 -
YUV 197.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 219 184 213 0 0.16 0.03 0.14 310.29 0.33 0.79
Hex DB B8 D5 0 10 3 E 136 21 4F
Octal 333 270 325 0 20 3 16 466 41 117
Binary 11011011 10111000 11010101 0 10000 11 1110 100110110 100001 1001111

Color Harmonies of #DBB8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8D5

Black with #DBB8D5

Text Example


Text Example

White with #DBB8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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