Html Css Color HEX #DEB1D8 French Lilac

📋 copy color: '#DEB1D8'

red 222 ◦ green 177 ◦ blue 216

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

Shades of French Lilac #DEB1D8

Tints of French Lilac #DEB1D8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.78%

 BLUE value IS 216 (84.77% from 255) = 35.12%

R = 36.1%
G = 28.78%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DEB1D8 (or 0xDEB1D8) is known color: French Lilac. HEX triplet: DE, B1 and D8. RGB value is (222,177,216). Sum of RGB (Red+Green+Blue) = 222+177+216=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1D8 is #214E27. Grayscale: #C2C2C2. Windows color (decimal): -2182696 or 14201310. OLE color: 14201310.

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

Color convert

RGB 222 177 216 -
CMYK 0 0.20 0.03 0.13
HSL 308º 0.41% 0.78% -
HSV(B) 308º 0.2% 0.87% -
XYZ 58.24 51.93 71.92 -
YUV 194.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 222 177 216 0 0.20 0.03 0.13 308 0.41 0.78
Hex DE B1 D8 0 14 3 D 134 29 4E
Octal 336 261 330 0 24 3 15 464 51 116
Binary 11011110 10110001 11011000 0 10100 11 1101 100110100 101001 1001110

Color Harmonies of #DEB1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB1D8

Black with #DEB1D8

Text Example


Text Example

White with #DEB1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB1D8; }

 p { color: rgb(222,177,216); }

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

background-color css

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

 a { background-color: rgb(222,177,216); }

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

border-color css

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

 span { border-color: rgb(222,177,216); }

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