#DEE4FC

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

Shades of Lavender #DEE4FC

Tints of Lavender #DEE4FC

Color information

#DEE4FC (or 0xDEE4FC) is unknown color: approx Lavender. HEX triplet: DE, E4 and FC. RGB value is (222,228,252). Sum of RGB (Red+Green+Blue) = 222+228+252=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #DEE4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4FC is #211B03. Grayscale: #E4E4E4. Windows color (decimal): -2169604 or 16573662. OLE color: 16573662.

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

Color convert

RGB222228252-
CMYK0.120.1000.01
HSL228º83.33%92.94%-
HSV(B)228º11.9%98.82%-
XYZ75.4478.04103.18-
YUV228.94141.01123.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.62%
GREEN value IS 228 (89.45% from 255) = 32.48%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=31.62%
G=32.48%
B=35.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222282520.120.1000.0122883.3392.94
HexDEE4FCCA01e4535d
Octal336344374141201344123135
Binary11011110111001001111110011001010011110010010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4FC; }

 p { color: rgb(222,228,252); }

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

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

 a { background-color: rgb(222,228,252); }

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

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

 span { border-color: rgb(222,228,252); }

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