Html Css Color HEX #DEBFD8 French Lilac

📋 copy color: '#DEBFD8'

red 222 ◦ green 191 ◦ blue 216

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

Shades of French Lilac #DEBFD8

Tints of French Lilac #DEBFD8

RGB

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

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

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

R = 35.29%
G = 30.37%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DEBFD8 (or 0xDEBFD8) is known color: French Lilac. HEX triplet: DE, BF and D8. RGB value is (222,191,216). Sum of RGB (Red+Green+Blue) = 222+191+216=629 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.29% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD8 is #214027. Grayscale: #CBCBCB. Windows color (decimal): -2179112 or 14204894. OLE color: 14204894.

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

Color convert

RGB 222 191 216 -
CMYK 0 0.14 0.03 0.13
HSL 311.61º 0.32% 0.81% -
HSV(B) 311.61º 0.14% 0.87% -
XYZ 61.15 57.75 72.89 -
YUV 203.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 222 191 216 0 0.14 0.03 0.13 311.61 0.32 0.81
Hex DE BF D8 0 E 3 D 138 20 51
Octal 336 277 330 0 16 3 15 470 40 121
Binary 11011110 10111111 11011000 0 1110 11 1101 100111000 100000 1010001

Color Harmonies of #DEBFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFD8

Black with #DEBFD8

Text Example


Text Example

White with #DEBFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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