#DEE4FD

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

Shades of Lavender #DEE4FD

Tints of Lavender #DEE4FD

Color information

#DEE4FD (or 0xDEE4FD) is unknown color: approx Lavender. HEX triplet: DE, E4 and FD. RGB value is (222,228,253). Sum of RGB (Red+Green+Blue) = 222+228+253=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE4FD is #211B02. Grayscale: #E4E4E4. Windows color (decimal): -2169603 or 16639198. OLE color: 16639198.

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

Color convert

RGB222228253-
CMYK0.120.1000.01
HSL228.39º88.57%93.14%-
HSV(B)228.39º12.25%99.22%-
XYZ75.678.11104.02-
YUV229.06141.51122.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.58%
GREEN value IS 228 (89.45% from 255) = 32.43%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=31.58%
G=32.43%
B=35.99%

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
Decimal2222282530.120.1000.01228.3988.5793.14
HexDEE4FDCA01e4595d
Octal336344375141201344131135
Binary11011110111001001111110111001010011110010010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE4FD; }

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

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

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

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

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

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

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

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