#DEE1F9

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

Shades of Lavender #DEE1F9

Tints of Lavender #DEE1F9

Color information

#DEE1F9 (or 0xDEE1F9) is unknown color: approx Lavender. HEX triplet: DE, E1 and F9. RGB value is (222,225,249). Sum of RGB (Red+Green+Blue) = 222+225+249=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 249 (97.66% from 255 or 35.78% from 696); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEE1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1F9 is #211E06. Grayscale: #E2E2E2. Windows color (decimal): -2170375 or 16376286. OLE color: 16376286.

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

Color convert

RGB222225249-
CMYK0.110.1000.02
HSL233.33º69.23%92.35%-
HSV(B)233.33º10.84%97.65%-
XYZ74.1576.22100.43-
YUV226.84140.51124.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.90%
GREEN value IS 225 (88.28% from 255) = 32.33%
BLUE value IS 249 (97.66% from 255) = 35.78%
R=31.90%
G=32.33%
B=35.78%

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
Decimal2222252490.110.1000.02233.3369.2392.35
HexDEE1F9BA02e9455c
Octal336341371131202351105134
Binary110111101110000111111001101110100101110100110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1F9; }

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

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

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

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

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

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

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

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