#DFDCFE

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

Shades of Lavender #DFDCFE

Tints of Lavender #DFDCFE

Color information

#DFDCFE (or 0xDFDCFE) is unknown color: approx Lavender. HEX triplet: DF, DC and FE. RGB value is (223,220,254). Sum of RGB (Red+Green+Blue) = 223+220+254=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCFE is #202301. Grayscale: #E0E0E0. Windows color (decimal): -2106114 or 16702687. OLE color: 16702687.

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

Color convert

RGB223220254-
CMYK0.120.1300.00
HSL245.29º94.44%92.94%-
HSV(B)245.29º13.39%99.61%-
XYZ73.9174.03104.16-
YUV224.77144.49126.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 220 (86.33% from 255) = 31.56%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=31.99%
G=31.56%
B=36.44%

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
Decimal2232202540.120.1300.00245.2994.4492.94
HexDFDCFECD00f55e5d
Octal337334376141500365136135
Binary11011111110111001111111011001101001111010110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDCFE; }

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

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

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

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

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

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

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

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