Html Css Color HEX #DEBFD5 French Lilac

📋 copy color: '#DEBFD5'

red 222 ◦ green 191 ◦ blue 213

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

Shades of French Lilac #DEBFD5

Tints of French Lilac #DEBFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.03%

R = 35.46%
G = 30.51%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DEBFD5 (or 0xDEBFD5) is known color: French Lilac. HEX triplet: DE, BF and D5. RGB value is (222,191,213). Sum of RGB (Red+Green+Blue) = 222+191+213=626 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.46% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD5 is #21402A. Grayscale: #CACACA. Windows color (decimal): -2179115 or 14008286. OLE color: 14008286.

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

Color convert

RGB 222 191 213 -
CMYK 0 0.14 0.04 0.13
HSL 317.42º 0.32% 0.81% -
HSV(B) 317.42º 0.14% 0.87% -
XYZ 60.77 57.6 70.87 -
YUV 202.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 222 191 213 0 0.14 0.04 0.13 317.42 0.32 0.81
Hex DE BF D5 0 E 4 D 13D 20 51
Octal 336 277 325 0 16 4 15 475 40 121
Binary 11011110 10111111 11010101 0 1110 100 1101 100111101 100000 1010001

Color Harmonies of #DEBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFD5

Black with #DEBFD5

Text Example


Text Example

White with #DEBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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