Html Css Color HEX #DEB8DC French Lilac

📋 copy color: '#DEB8DC'

red 222 ◦ green 184 ◦ blue 220

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

Shades of French Lilac #DEB8DC

Tints of French Lilac #DEB8DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.14%

R = 35.46%
G = 29.39%
B = 35.14%

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

#DEB8DC (or 0xDEB8DC) is known color: French Lilac. HEX triplet: DE, B8 and DC. RGB value is (222,184,220). Sum of RGB (Red+Green+Blue) = 222+184+220=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEB8DC is #214723. Grayscale: #C7C7C7. Windows color (decimal): -2180900 or 14465246. OLE color: 14465246.

HSL color Cylindrical-coordinate representation of color #DEB8DC: hue angle of 303.16º degrees, saturation: 0.37, 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 #DEB8DC is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 184 220 -
CMYK 0 0.17 0.01 0.13
HSL 303.16º 0.37% 0.8% -
HSV(B) 303.16º 0.17% 0.87% -
XYZ 60.18 54.98 75.15 -
YUV 199.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 222 184 220 0 0.17 0.01 0.13 303.16 0.37 0.8
Hex DE B8 DC 0 11 1 D 12F 25 50
Octal 336 270 334 0 21 1 15 457 45 120
Binary 11011110 10111000 11011100 0 10001 1 1101 100101111 100101 1010000

Color Harmonies of #DEB8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB8DC

Black with #DEB8DC

Text Example


Text Example

White with #DEB8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB8DC; }

 p { color: rgb(222,184,220); }

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

background-color css

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

 a { background-color: rgb(222,184,220); }

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

border-color css

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

 span { border-color: rgb(222,184,220); }

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