#DEE5FD

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

Shades of Lavender #DEE5FD

Tints of Lavender #DEE5FD

Color information

#DEE5FD (or 0xDEE5FD) is unknown color: approx Lavender. HEX triplet: DE, E5 and FD. RGB value is (222,229,253). Sum of RGB (Red+Green+Blue) = 222+229+253=704 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.53% from 704); Green value is 229 (89.84% from 255 or 32.53% from 704); Blue value is 253 (99.22% from 255 or 35.94% from 704); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE5FD is #211A02. Grayscale: #E5E5E5. Windows color (decimal): -2169347 or 16639454. OLE color: 16639454.

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

Color convert

RGB222229253-
CMYK0.120.0900.01
HSL226.45º88.57%93.14%-
HSV(B)226.45º12.25%99.22%-
XYZ75.8778.66104.11-
YUV229.64141.18122.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.53%
GREEN value IS 229 (89.84% from 255) = 32.53%
BLUE value IS 253 (99.22% from 255) = 35.94%
R=31.53%
G=32.53%
B=35.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222292530.120.0900.01226.4588.5793.14
HexDEE5FDC901e2595d
Octal336345375141101342131135
Binary11011110111001011111110111001001011110001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE5FD; }

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

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

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

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

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

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

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

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