#DEE2FB

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

Shades of Lavender #DEE2FB

Tints of Lavender #DEE2FB

Color information

#DEE2FB (or 0xDEE2FB) is unknown color: approx Lavender. HEX triplet: DE, E2 and FB. RGB value is (222,226,251). Sum of RGB (Red+Green+Blue) = 222+226+251=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2FB is #211D04. Grayscale: #E3E3E3. Windows color (decimal): -2170117 or 16507614. OLE color: 16507614.

HSL color Cylindrical-coordinate representation of color #DEE2FB: hue angle of 231.72º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEE2FB is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222226251-
CMYK0.120.1000.02
HSL231.72º78.38%92.75%-
HSV(B)231.72º11.55%98.43%-
XYZ74.7376.89102.17-
YUV227.65141.17123.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.76%
GREEN value IS 226 (88.67% from 255) = 32.33%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=31.76%
G=32.33%
B=35.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222262510.120.1000.02231.7278.3892.75
HexDEE2FBCA02e84e5d
Octal336342373141202350116135
Binary110111101110001011111011110010100101110100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2FB; }

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

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

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

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

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

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

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

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