#DFDEFD

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

Shades of Lavender #DFDEFD

Tints of Lavender #DFDEFD

Color information

#DFDEFD (or 0xDFDEFD) is unknown color: approx Lavender. HEX triplet: DF, DE and FD. RGB value is (223,222,253). Sum of RGB (Red+Green+Blue) = 223+222+253=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEFD is #202102. Grayscale: #E1E1E1. Windows color (decimal): -2105603 or 16637663. OLE color: 16637663.

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

Color convert

RGB223222253-
CMYK0.120.1200.01
HSL241.94º88.57%93.14%-
HSV(B)241.94º12.25%99.22%-
XYZ74.2875.02103.49-
YUV225.83143.33125.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.95%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=31.95%
G=31.81%
B=36.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232222530.120.1200.01241.9488.5793.14
HexDFDEFDCC01f2595d
Octal337336375141401362131135
Binary11011111110111101111110111001100011111001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEFD; }

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

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

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

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

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

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

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

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