Html Css Color HEX #DBB3CF French Lilac

📋 copy color: '#DBB3CF'

red 219 ◦ green 179 ◦ blue 207

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

Shades of French Lilac #DBB3CF

Tints of French Lilac #DBB3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 36.2%
G = 29.59%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBB3CF (or 0xDBB3CF) is known color: French Lilac. HEX triplet: DB, B3 and CF. RGB value is (219,179,207). Sum of RGB (Red+Green+Blue) = 219+179+207=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB3CF is #244C30. Grayscale: #C2C2C2. Windows color (decimal): -2378801 or 13611995. OLE color: 13611995.

HSL color Cylindrical-coordinate representation of color #DBB3CF: hue angle of 318º 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 #DBB3CF is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 179 207 -
CMYK 0 0.18 0.05 0.14
HSL 318º 0.36% 0.78% -
HSV(B) 318º 0.18% 0.86% -
XYZ 56.6 51.81 66.05 -
YUV 194.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 219 179 207 0 0.18 0.05 0.14 318 0.36 0.78
Hex DB B3 CF 0 12 5 E 13E 24 4E
Octal 333 263 317 0 22 5 16 476 44 116
Binary 11011011 10110011 11001111 0 10010 101 1110 100111110 100100 1001110

Color Harmonies of #DBB3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB3CF

Black with #DBB3CF

Text Example


Text Example

White with #DBB3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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