#DEE4FA

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

Shades of Lavender #DEE4FA

Tints of Lavender #DEE4FA

Color information

#DEE4FA (or 0xDEE4FA) is unknown color: approx Lavender. HEX triplet: DE, E4 and FA. RGB value is (222,228,250). Sum of RGB (Red+Green+Blue) = 222+228+250=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 228 (89.45% from 255 or 32.57% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4FA is #211B05. Grayscale: #E4E4E4. Windows color (decimal): -2169606 or 16442590. OLE color: 16442590.

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

Color convert

RGB222228250-
CMYK0.110.0900.02
HSL227.14º73.68%92.55%-
HSV(B)227.14º11.2%98.04%-
XYZ75.1277.92101.52-
YUV228.71140.01123.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 228 (89.45% from 255) = 32.57%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=31.71%
G=32.57%
B=35.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222282500.110.0900.02227.1473.6892.55
HexDEE4FAB902e34a5d
Octal336344372131102343112135
Binary110111101110010011111010101110010101110001110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4FA; }

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

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

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

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

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

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

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

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