Html Css Color HEX #DEB1DB French Lilac

📋 copy color: '#DEB1DB'

red 222 ◦ green 177 ◦ blue 219

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

Shades of French Lilac #DEB1DB

Tints of French Lilac #DEB1DB

RGB

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

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

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

R = 35.92%
G = 28.64%
B = 35.44%

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

#DEB1DB (or 0xDEB1DB) is known color: French Lilac. HEX triplet: DE, B1 and DB. RGB value is (222,177,219). Sum of RGB (Red+Green+Blue) = 222+177+219=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1DB is #214E24. Grayscale: #C3C3C3. Windows color (decimal): -2182693 or 14397918. OLE color: 14397918.

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

Color convert

RGB 222 177 219 -
CMYK 0 0.20 0.01 0.13
HSL 304º 0.41% 0.78% -
HSV(B) 304º 0.2% 0.87% -
XYZ 58.63 52.09 73.98 -
YUV 195.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 222 177 219 0 0.20 0.01 0.13 304 0.41 0.78
Hex DE B1 DB 0 14 1 D 130 29 4E
Octal 336 261 333 0 24 1 15 460 51 116
Binary 11011110 10110001 11011011 0 10100 1 1101 100110000 101001 1001110

Color Harmonies of #DEB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB1DB

Black with #DEB1DB

Text Example


Text Example

White with #DEB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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