#DEE1FA

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

Shades of Lavender #DEE1FA

Tints of Lavender #DEE1FA

Color information

#DEE1FA (or 0xDEE1FA) is unknown color: approx Lavender. HEX triplet: DE, E1 and FA. RGB value is (222,225,250). Sum of RGB (Red+Green+Blue) = 222+225+250=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1FA is #211E05. Grayscale: #E2E2E2. Windows color (decimal): -2170374 or 16441822. OLE color: 16441822.

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

Color convert

RGB222225250-
CMYK0.110.1000.02
HSL233.57º73.68%92.55%-
HSV(B)233.57º11.2%98.04%-
XYZ74.376.28101.25-
YUV226.95141.01124.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.85%
GREEN value IS 225 (88.28% from 255) = 32.28%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=31.85%
G=32.28%
B=35.87%

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
Decimal2222252500.110.1000.02233.5773.6892.55
HexDEE1FABA02ea4a5d
Octal336341372131202352112135
Binary110111101110000111111010101110100101110101010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1FA; }

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

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

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

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

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

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

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

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