#DFE2FF

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

Shades of Lavender #DFE2FF

Tints of Lavender #DFE2FF

Color information

#DFE2FF (or 0xDFE2FF) is unknown color: approx Lavender. HEX triplet: DF, E2 and FF. RGB value is (223,226,255). Sum of RGB (Red+Green+Blue) = 223+226+255=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2FF is #201D00. Grayscale: #E4E4E4. Windows color (decimal): -2104577 or 16769759. OLE color: 16769759.

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

Color convert

RGB223226255-
CMYK0.130.1100
HSL234.38º100%93.73%-
HSV(B)234.38º12.55%100%-
XYZ75.6877.3105.54-
YUV228.41143.01124.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.68%
GREEN value IS 226 (88.67% from 255) = 32.10%
BLUE value IS 255 (100% from 255) = 36.22%
R=31.68%
G=32.10%
B=36.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232262550.130.1100234.3810093.73
HexDFE2FFDB00ea645e
Octal337342377151300352144136
Binary11011111111000101111111111011011001110101011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2FF; }

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

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

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

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

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

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

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

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