Html Css Color HEX #DEB2DC French Lilac

📋 copy color: '#DEB2DC'

red 222 ◦ green 178 ◦ blue 220

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

Shades of French Lilac #DEB2DC

Tints of French Lilac #DEB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.71%

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

R = 35.81%
G = 28.71%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DEB2DC (or 0xDEB2DC) is known color: French Lilac. HEX triplet: DE, B2 and DC. RGB value is (222,178,220). Sum of RGB (Red+Green+Blue) = 222+178+220=620 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.81% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2DC is #214D23. Grayscale: #C3C3C3. Windows color (decimal): -2182436 or 14463710. OLE color: 14463710.

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

Color convert

RGB 222 178 220 -
CMYK 0 0.20 0.01 0.13
HSL 302.73º 0.4% 0.78% -
HSV(B) 302.73º 0.2% 0.87% -
XYZ 58.96 52.54 74.74 -
YUV 195.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 222 178 220 0 0.20 0.01 0.13 302.73 0.4 0.78
Hex DE B2 DC 0 14 1 D 12F 28 4E
Octal 336 262 334 0 24 1 15 457 50 116
Binary 11011110 10110010 11011100 0 10100 1 1101 100101111 101000 1001110

Color Harmonies of #DEB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB2DC

Black with #DEB2DC

Text Example


Text Example

White with #DEB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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