#DFE0FF

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

Shades of Lavender #DFE0FF

Tints of Lavender #DFE0FF

Color information

#DFE0FF (or 0xDFE0FF) is unknown color: approx Lavender. HEX triplet: DF, E0 and FF. RGB value is (223,224,255). Sum of RGB (Red+Green+Blue) = 223+224+255=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 224 (87.89% from 255 or 31.91% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0FF is #201F00. Grayscale: #E3E3E3. Windows color (decimal): -2105089 or 16769247. OLE color: 16769247.

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

Color convert

RGB223224255-
CMYK0.130.1200
HSL238.12º100%93.73%-
HSV(B)238.12º12.55%100%-
XYZ75.1476.22105.36-
YUV227.24143.67124.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 224 (87.89% from 255) = 31.91%
BLUE value IS 255 (100% from 255) = 36.32%
R=31.77%
G=31.91%
B=36.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232242550.130.1200238.1210093.73
HexDFE0FFDC00ee645e
Octal337340377151400356144136
Binary11011111111000001111111111011100001110111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0FF; }

 p { color: rgb(223,224,255); }

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

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

 a { background-color: rgb(223,224,255); }

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

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

 span { border-color: rgb(223,224,255); }

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