Html Css Color HEX #DEB0DC French Lilac

📋 copy color: '#DEB0DC'

red 222 ◦ green 176 ◦ blue 220

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

Shades of French Lilac #DEB0DC

Tints of French Lilac #DEB0DC

RGB

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

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

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

R = 35.92%
G = 28.48%
B = 35.6%

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

#DEB0DC (or 0xDEB0DC) is known color: French Lilac. HEX triplet: DE, B0 and DC. RGB value is (222,176,220). Sum of RGB (Red+Green+Blue) = 222+176+220=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB0DC is #214F23. Grayscale: #C2C2C2. Windows color (decimal): -2182948 or 14463198. OLE color: 14463198.

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

Color convert

RGB 222 176 220 -
CMYK 0 0.21 0.01 0.13
HSL 302.61º 0.41% 0.78% -
HSV(B) 302.61º 0.21% 0.87% -
XYZ 58.57 51.75 74.61 -
YUV 194.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 222 176 220 0 0.21 0.01 0.13 302.61 0.41 0.78
Hex DE B0 DC 0 15 1 D 12F 29 4E
Octal 336 260 334 0 25 1 15 457 51 116
Binary 11011110 10110000 11011100 0 10101 1 1101 100101111 101001 1001110

Color Harmonies of #DEB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB0DC

Black with #DEB0DC

Text Example


Text Example

White with #DEB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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