#DEE5FF

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

Shades of Lavender #DEE5FF

Tints of Lavender #DEE5FF

Color information

#DEE5FF (or 0xDEE5FF) is unknown color: approx Lavender. HEX triplet: DE, E5 and FF. RGB value is (222,229,255). Sum of RGB (Red+Green+Blue) = 222+229+255=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #DEE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5FF is #211A00. Grayscale: #E5E5E5. Windows color (decimal): -2169345 or 16770526. OLE color: 16770526.

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

Color convert

RGB222229255-
CMYK0.130.1000
HSL227.27º100%93.53%-
HSV(B)227.27º12.94%100%-
XYZ76.1978.79105.8-
YUV229.87142.18122.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.44%
GREEN value IS 229 (89.84% from 255) = 32.44%
BLUE value IS 255 (100% from 255) = 36.12%
R=31.44%
G=32.44%
B=36.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222292550.130.1000227.2710093.53
HexDEE5FFDA00e3645e
Octal336345377151200343144136
Binary11011110111001011111111111011010001110001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE5FF; }

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

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

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

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

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

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

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

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