Html Css Color HEX #DEB9DB French Lilac

📋 copy color: '#DEB9DB'

red 222 ◦ green 185 ◦ blue 219

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

Shades of French Lilac #DEB9DB

Tints of French Lilac #DEB9DB

RGB

 RED value IS 222 (87.11% from 255) = 35.46%

 GREEN value IS 185 (72.66% from 255) = 29.55%

 BLUE value IS 219 (85.94% from 255) = 34.98%

R = 35.46%
G = 29.55%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEB9DB (or 0xDEB9DB) is known color: French Lilac. HEX triplet: DE, B9 and DB. RGB value is (222,185,219). Sum of RGB (Red+Green+Blue) = 222+185+219=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB9DB is #214624. Grayscale: #C7C7C7. Windows color (decimal): -2180645 or 14399966. OLE color: 14399966.

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

Color convert

RGB 222 185 219 -
CMYK 0 0.17 0.01 0.13
HSL 304.86º 0.36% 0.8% -
HSV(B) 304.86º 0.17% 0.87% -
XYZ 60.26 55.34 74.52 -
YUV 199.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 222 185 219 0 0.17 0.01 0.13 304.86 0.36 0.8
Hex DE B9 DB 0 11 1 D 131 24 50
Octal 336 271 333 0 21 1 15 461 44 120
Binary 11011110 10111001 11011011 0 10001 1 1101 100110001 100100 1010000

Color Harmonies of #DEB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB9DB

Black with #DEB9DB

Text Example


Text Example

White with #DEB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB9DB; }

 p { color: rgb(222,185,219); }

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

background-color css

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

 a { background-color: rgb(222,185,219); }

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

border-color css

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

 span { border-color: rgb(222,185,219); }

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