#DEE1FB

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

Shades of Lavender #DEE1FB

Tints of Lavender #DEE1FB

Color information

#DEE1FB (or 0xDEE1FB) is unknown color: approx Lavender. HEX triplet: DE, E1 and FB. RGB value is (222,225,251). Sum of RGB (Red+Green+Blue) = 222+225+251=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1FB is #211E04. Grayscale: #E2E2E2. Windows color (decimal): -2170373 or 16507358. OLE color: 16507358.

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

Color convert

RGB222225251-
CMYK0.120.1000.02
HSL233.79º78.38%92.75%-
HSV(B)233.79º11.55%98.43%-
XYZ74.4676.35102.08-
YUV227.07141.51124.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.81%
GREEN value IS 225 (88.28% from 255) = 32.23%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=31.81%
G=32.23%
B=35.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222252510.120.1000.02233.7978.3892.75
HexDEE1FBCA02ea4e5d
Octal336341373141202352116135
Binary110111101110000111111011110010100101110101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1FB; }

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

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

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

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

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

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

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

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