#DEE0FA

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

Shades of Lavender #DEE0FA

Tints of Lavender #DEE0FA

Color information

#DEE0FA (or 0xDEE0FA) is unknown color: approx Lavender. HEX triplet: DE, E0 and FA. RGB value is (222,224,250). Sum of RGB (Red+Green+Blue) = 222+224+250=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 224 (87.89% from 255 or 32.18% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0FA is #211F05. Grayscale: #E2E2E2. Windows color (decimal): -2170630 or 16441566. OLE color: 16441566.

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

Color convert

RGB222224250-
CMYK0.110.1000.02
HSL235.71º73.68%92.55%-
HSV(B)235.71º11.2%98.04%-
XYZ74.0475.74101.16-
YUV226.37141.34124.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.90%
GREEN value IS 224 (87.89% from 255) = 32.18%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=31.90%
G=32.18%
B=35.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222242500.110.1000.02235.7173.6892.55
HexDEE0FABA02ec4a5d
Octal336340372131202354112135
Binary110111101110000011111010101110100101110110010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0FA; }

 p { color: rgb(222,224,250); }

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

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

 a { background-color: rgb(222,224,250); }

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

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

 span { border-color: rgb(222,224,250); }

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