#DFDDFD

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

Shades of Lavender #DFDDFD

Tints of Lavender #DFDDFD

Color information

#DFDDFD (or 0xDFDDFD) is unknown color: approx Lavender. HEX triplet: DF, DD and FD. RGB value is (223,221,253). Sum of RGB (Red+Green+Blue) = 223+221+253=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 253 (99.22% from 255 or 36.30% from 697); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDDFD is #202202. Grayscale: #E1E1E1. Windows color (decimal): -2105859 or 16637407. OLE color: 16637407.

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

Color convert

RGB223221253-
CMYK0.120.1300.01
HSL243.75º88.89%92.94%-
HSV(B)243.75º12.65%99.22%-
XYZ74.0274.49103.41-
YUV225.25143.66126.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 221 (86.72% from 255) = 31.71%
BLUE value IS 253 (99.22% from 255) = 36.30%
R=31.99%
G=31.71%
B=36.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232212530.120.1300.01243.7588.8992.94
HexDFDDFDCD01f4595d
Octal337335375141501364131135
Binary11011111110111011111110111001101011111010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDFD; }

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

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

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

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

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

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

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

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