Html Css Color HEX #DEB2DD French Lilac

📋 copy color: '#DEB2DD'

red 222 ◦ green 178 ◦ blue 221

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

Shades of French Lilac #DEB2DD

Tints of French Lilac #DEB2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 35.75%
G = 28.66%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DEB2DD (or 0xDEB2DD) is known color: French Lilac. HEX triplet: DE, B2 and DD. RGB value is (222,178,221). Sum of RGB (Red+Green+Blue) = 222+178+221=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB2DD is #214D22. Grayscale: #C3C3C3. Windows color (decimal): -2182435 or 14529246. OLE color: 14529246.

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

Color convert

RGB 222 178 221 -
CMYK 0 0.20 0.00 0.13
HSL 301.36º 0.4% 0.78% -
HSV(B) 301.36º 0.2% 0.87% -
XYZ 59.1 52.59 75.44 -
YUV 196.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 222 178 221 0 0.20 0.00 0.13 301.36 0.4 0.78
Hex DE B2 DD 0 14 0 D 12D 28 4E
Octal 336 262 335 0 24 0 15 455 50 116
Binary 11011110 10110010 11011101 0 10100 0 1101 100101101 101000 1001110

Color Harmonies of #DEB2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB2DD

Black with #DEB2DD

Text Example


Text Example

White with #DEB2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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