Html Css Color HEX #DEBFD6 French Lilac

📋 copy color: '#DEBFD6'

red 222 ◦ green 191 ◦ blue 214

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

Shades of French Lilac #DEBFD6

Tints of French Lilac #DEBFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.13%

R = 35.41%
G = 30.46%
B = 34.13%

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

#DEBFD6 (or 0xDEBFD6) is known color: French Lilac. HEX triplet: DE, BF and D6. RGB value is (222,191,214). Sum of RGB (Red+Green+Blue) = 222+191+214=627 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.41% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEBFD6 is #214029. Grayscale: #CACACA. Windows color (decimal): -2179114 or 14073822. OLE color: 14073822.

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

Color convert

RGB 222 191 214 -
CMYK 0 0.14 0.04 0.13
HSL 315.48º 0.32% 0.81% -
HSV(B) 315.48º 0.14% 0.87% -
XYZ 60.89 57.65 71.54 -
YUV 202.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 222 191 214 0 0.14 0.04 0.13 315.48 0.32 0.81
Hex DE BF D6 0 E 4 D 13B 20 51
Octal 336 277 326 0 16 4 15 473 40 121
Binary 11011110 10111111 11010110 0 1110 100 1101 100111011 100000 1010001

Color Harmonies of #DEBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBFD6

Black with #DEBFD6

Text Example


Text Example

White with #DEBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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