#DFE6FF

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

Shades of Lavender #DFE6FF

Tints of Lavender #DFE6FF

Color information

#DFE6FF (or 0xDFE6FF) is unknown color: approx Lavender. HEX triplet: DF, E6 and FF. RGB value is (223,230,255). Sum of RGB (Red+Green+Blue) = 223+230+255=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6FF is #201900. Grayscale: #E6E6E6. Windows color (decimal): -2103553 or 16770783. OLE color: 16770783.

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

Color convert

RGB223230255-
CMYK0.130.1000
HSL226.88º100%93.73%-
HSV(B)226.88º12.55%100%-
XYZ76.7879.5105.91-
YUV230.76141.68122.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.50%
GREEN value IS 230 (90.23% from 255) = 32.49%
BLUE value IS 255 (100% from 255) = 36.02%
R=31.50%
G=32.49%
B=36.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232302550.130.1000226.8810093.73
HexDFE6FFDA00e3645e
Octal337346377151200343144136
Binary11011111111001101111111111011010001110001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6FF; }

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

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

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

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

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

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

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

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