#DFDDFE

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

Shades of Lavender #DFDDFE

Tints of Lavender #DFDDFE

Color information

#DFDDFE (or 0xDFDDFE) is unknown color: approx Lavender. HEX triplet: DF, DD and FE. RGB value is (223,221,254). Sum of RGB (Red+Green+Blue) = 223+221+254=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDFE is #202201. Grayscale: #E1E1E1. Windows color (decimal): -2105858 or 16702943. OLE color: 16702943.

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

Color convert

RGB223221254-
CMYK0.120.1300.00
HSL243.64º94.29%93.14%-
HSV(B)243.64º12.99%99.61%-
XYZ74.1874.56104.25-
YUV225.36144.16126.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.95%
GREEN value IS 221 (86.72% from 255) = 31.66%
BLUE value IS 254 (99.61% from 255) = 36.39%
R=31.95%
G=31.66%
B=36.39%

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
Decimal2232212540.120.1300.00243.6494.2993.14
HexDFDDFECD00f45e5d
Octal337335376141500364136135
Binary11011111110111011111111011001101001111010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDFE; }

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

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

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

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

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

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

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

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