Html Css Color HEX #DEBFD9 French Lilac

📋 copy color: '#DEBFD9'

red 222 ◦ green 191 ◦ blue 217

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

Shades of French Lilac #DEBFD9

Tints of French Lilac #DEBFD9

RGB

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

 GREEN value IS 191 (75% from 255) = 30.32%

 BLUE value IS 217 (85.16% from 255) = 34.44%

R = 35.24%
G = 30.32%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DEBFD9 (or 0xDEBFD9) is known color: French Lilac. HEX triplet: DE, BF and D9. RGB value is (222,191,217). Sum of RGB (Red+Green+Blue) = 222+191+217=630 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.24% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD9 is #214026. Grayscale: #CBCBCB. Windows color (decimal): -2179111 or 14270430. OLE color: 14270430.

HSL color Cylindrical-coordinate representation of color #DEBFD9: hue angle of 309.68º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEBFD9 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 191 217 -
CMYK 0 0.14 0.02 0.13
HSL 309.68º 0.32% 0.81% -
HSV(B) 309.68º 0.14% 0.87% -
XYZ 61.28 57.8 73.57 -
YUV 203.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 222 191 217 0 0.14 0.02 0.13 309.68 0.32 0.81
Hex DE BF D9 0 E 2 D 136 20 51
Octal 336 277 331 0 16 2 15 466 40 121
Binary 11011110 10111111 11011001 0 1110 10 1101 100110110 100000 1010001

Color Harmonies of #DEBFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFD9

Black with #DEBFD9

Text Example


Text Example

White with #DEBFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFD9; }

 p { color: rgb(222,191,217); }

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

background-color css

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

 a { background-color: rgb(222,191,217); }

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

border-color css

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

 span { border-color: rgb(222,191,217); }

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