#DFDEFE

Color #DFDEFE Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #DFDEFE

Tints of Lavender #DFDEFE

Color information

#DFDEFE (or 0xDFDEFE) is unknown color: approx Lavender. HEX triplet: DF, DE and FE. RGB value is (223,222,254). Sum of RGB (Red+Green+Blue) = 223+222+254=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 222 (87.11% from 255 or 31.76% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEFE is #202101. Grayscale: #E1E1E1. Windows color (decimal): -2105602 or 16703199. OLE color: 16703199.

HSL color Cylindrical-coordinate representation of color #DFDEFE: hue angle of 241.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDEFE is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223222254-
CMYK0.120.1300.00
HSL241.88º94.12%93.33%-
HSV(B)241.88º12.6%99.61%-
XYZ74.4475.09104.34-
YUV225.95143.83125.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.90%
GREEN value IS 222 (87.11% from 255) = 31.76%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=31.90%
G=31.76%
B=36.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232222540.120.1300.00241.8894.1293.33
HexDFDEFECD00f25e5d
Octal337336376141500362136135
Binary11011111110111101111111011001101001111001010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEFE; }

 p { color: rgb(223,222,254); }

 H1.HeaderClassName
 {
   color: #DFDEFE;
 }
 .AnyTagClassName
 {
   color: #DFDEFE;
 }
</style>
background-color css

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

 a { background-color: rgb(223,222,254); }

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

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

 span { border-color: rgb(223,222,254); }

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