Html Css Color HEX #DEB0DB French Lilac

📋 copy color: '#DEB0DB'

red 222 ◦ green 176 ◦ blue 219

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

Shades of French Lilac #DEB0DB

Tints of French Lilac #DEB0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.53%

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

R = 35.98%
G = 28.53%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEB0DB (or 0xDEB0DB) is known color: French Lilac. HEX triplet: DE, B0 and DB. RGB value is (222,176,219). Sum of RGB (Red+Green+Blue) = 222+176+219=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0DB is #214F24. Grayscale: #C2C2C2. Windows color (decimal): -2182949 or 14397662. OLE color: 14397662.

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

Color convert

RGB 222 176 219 -
CMYK 0 0.21 0.01 0.13
HSL 303.91º 0.41% 0.78% -
HSV(B) 303.91º 0.21% 0.87% -
XYZ 58.44 51.69 73.92 -
YUV 194.66 141.74 147.5 -
System Red Green Blue C M Y K H S L
Decimal 222 176 219 0 0.21 0.01 0.13 303.91 0.41 0.78
Hex DE B0 DB 0 15 1 D 130 29 4E
Octal 336 260 333 0 25 1 15 460 51 116
Binary 11011110 10110000 11011011 0 10101 1 1101 100110000 101001 1001110

Color Harmonies of #DEB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0DB

Black with #DEB0DB

Text Example


Text Example

White with #DEB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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