#DEE3FA

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

Shades of Lavender #DEE3FA

Tints of Lavender #DEE3FA

Color information

#DEE3FA (or 0xDEE3FA) is unknown color: approx Lavender. HEX triplet: DE, E3 and FA. RGB value is (222,227,250). Sum of RGB (Red+Green+Blue) = 222+227+250=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 227 (89.06% from 255 or 32.47% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #DEE3FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3FA is #211C05. Grayscale: #E4E4E4. Windows color (decimal): -2169862 or 16442334. OLE color: 16442334.

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

Color convert

RGB222227250-
CMYK0.110.0900.02
HSL229.29º73.68%92.55%-
HSV(B)229.29º11.2%98.04%-
XYZ74.8577.37101.43-
YUV228.13140.34123.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.76%
GREEN value IS 227 (89.06% from 255) = 32.47%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=31.76%
G=32.47%
B=35.77%

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
Decimal2222272500.110.0900.02229.2973.6892.55
HexDEE3FAB902e54a5d
Octal336343372131102345112135
Binary110111101110001111111010101110010101110010110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3FA; }

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

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

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

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

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

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

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

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