#DEE1FD

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

Shades of Lavender #DEE1FD

Tints of Lavender #DEE1FD

Color information

#DEE1FD (or 0xDEE1FD) is unknown color: approx Lavender. HEX triplet: DE, E1 and FD. RGB value is (222,225,253). Sum of RGB (Red+Green+Blue) = 222+225+253=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 253 (99.22% from 255 or 36.14% from 700); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1FD is #211E02. Grayscale: #E3E3E3. Windows color (decimal): -2170371 or 16638430. OLE color: 16638430.

HSL color Cylindrical-coordinate representation of color #DEE1FD: hue angle of 234.19º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE1FD is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222225253-
CMYK0.120.1100.01
HSL234.19º88.57%93.14%-
HSV(B)234.19º12.25%99.22%-
XYZ74.7876.47103.75-
YUV227.3142.51124.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 225 (88.28% from 255) = 32.14%
BLUE value IS 253 (99.22% from 255) = 36.14%
R=31.71%
G=32.14%
B=36.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222252530.120.1100.01234.1988.5793.14
HexDEE1FDCB01ea595d
Octal336341375141301352131135
Binary11011110111000011111110111001011011110101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1FD; }

 p { color: rgb(222,225,253); }

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

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

 a { background-color: rgb(222,225,253); }

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

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

 span { border-color: rgb(222,225,253); }

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