#DEE2FD

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

Shades of Lavender #DEE2FD

Tints of Lavender #DEE2FD

Color information

#DEE2FD (or 0xDEE2FD) is unknown color: approx Lavender. HEX triplet: DE, E2 and FD. RGB value is (222,226,253). Sum of RGB (Red+Green+Blue) = 222+226+253=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2FD is #211D02. Grayscale: #E3E3E3. Windows color (decimal): -2170115 or 16638686. OLE color: 16638686.

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

Color convert

RGB222226253-
CMYK0.120.1100.01
HSL232.26º88.57%93.14%-
HSV(B)232.26º12.25%99.22%-
XYZ75.0577.01103.84-
YUV227.88142.17123.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.67%
GREEN value IS 226 (88.67% from 255) = 32.24%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=31.67%
G=32.24%
B=36.09%

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
Decimal2222262530.120.1100.01232.2688.5793.14
HexDEE2FDCB01e8595d
Octal336342375141301350131135
Binary11011110111000101111110111001011011110100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2FD; }

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

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

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

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

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

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

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

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