#DEE3FF

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

Shades of Lavender #DEE3FF

Tints of Lavender #DEE3FF

Color information

#DEE3FF (or 0xDEE3FF) is unknown color: approx Lavender. HEX triplet: DE, E3 and FF. RGB value is (222,227,255). Sum of RGB (Red+Green+Blue) = 222+227+255=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 227 (89.06% from 255 or 32.24% 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 #DEE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3FF is #211C00. Grayscale: #E4E4E4. Windows color (decimal): -2169857 or 16770014. OLE color: 16770014.

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

Color convert

RGB222227255-
CMYK0.130.1100
HSL230.91º100%93.53%-
HSV(B)230.91º12.94%100%-
XYZ75.6477.69105.62-
YUV228.7142.84123.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.53%
GREEN value IS 227 (89.06% from 255) = 32.24%
BLUE value IS 255 (100% from 255) = 36.22%
R=31.53%
G=32.24%
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
Decimal2222272550.130.1100230.9110093.53
HexDEE3FFDB00e7645e
Octal336343377151300347144136
Binary11011110111000111111111111011011001110011111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3FF; }

 p { color: rgb(222,227,255); }

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

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

 a { background-color: rgb(222,227,255); }

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

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

 span { border-color: rgb(222,227,255); }

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