#DEE3FB

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

Shades of Lavender #DEE3FB

Tints of Lavender #DEE3FB

Color information

#DEE3FB (or 0xDEE3FB) is unknown color: approx Lavender. HEX triplet: DE, E3 and FB. RGB value is (222,227,251). Sum of RGB (Red+Green+Blue) = 222+227+251=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 227 (89.06% from 255 or 32.43% from 700); Blue value is 251 (98.44% from 255 or 35.86% from 700); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEE3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3FB is #211C04. Grayscale: #E4E4E4. Windows color (decimal): -2169861 or 16507870. OLE color: 16507870.

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

Color convert

RGB222227251-
CMYK0.120.1000.02
HSL229.66º78.38%92.75%-
HSV(B)229.66º11.55%98.43%-
XYZ75.0177.43102.26-
YUV228.24140.84123.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 227 (89.06% from 255) = 32.43%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=31.71%
G=32.43%
B=35.86%

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
Decimal2222272510.120.1000.02229.6678.3892.75
HexDEE3FBCA02e64e5d
Octal336343373141202346116135
Binary110111101110001111111011110010100101110011010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3FB; }

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

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

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

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

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

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

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

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