Html Css Color HEX #DEB1CF French Lilac

📋 copy color: '#DEB1CF'

red 222 ◦ green 177 ◦ blue 207

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

Shades of French Lilac #DEB1CF

Tints of French Lilac #DEB1CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.16%

R = 36.63%
G = 29.21%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DEB1CF (or 0xDEB1CF) is known color: French Lilac. HEX triplet: DE, B1 and CF. RGB value is (222,177,207). Sum of RGB (Red+Green+Blue) = 222+177+207=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 177 (69.53% from 255 or 29.21% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEB1CF is #214E30. Grayscale: #C1C1C1. Windows color (decimal): -2182705 or 13611486. OLE color: 13611486.

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

Color convert

RGB 222 177 207 -
CMYK 0 0.20 0.07 0.13
HSL 320º 0.41% 0.78% -
HSV(B) 320º 0.2% 0.87% -
XYZ 57.11 51.48 65.96 -
YUV 193.88 135.41 148.06 -
System Red Green Blue C M Y K H S L
Decimal 222 177 207 0 0.20 0.07 0.13 320 0.41 0.78
Hex DE B1 CF 0 14 7 D 140 29 4E
Octal 336 261 317 0 24 7 15 500 51 116
Binary 11011110 10110001 11001111 0 10100 111 1101 101000000 101001 1001110

Color Harmonies of #DEB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB1CF

Black with #DEB1CF

Text Example


Text Example

White with #DEB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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