#DFE2FB

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

Shades of Lavender #DFE2FB

Tints of Lavender #DFE2FB

Color information

#DFE2FB (or 0xDFE2FB) is unknown color: approx Lavender. HEX triplet: DF, E2 and FB. RGB value is (223,226,251). Sum of RGB (Red+Green+Blue) = 223+226+251=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 226 (88.67% from 255 or 32.29% 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 #DFE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2FB is #201D04. Grayscale: #E3E3E3. Windows color (decimal): -2104581 or 16507615. OLE color: 16507615.

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

Color convert

RGB223226251-
CMYK0.110.1000.02
HSL233.57º77.78%92.94%-
HSV(B)233.57º11.16%98.43%-
XYZ75.0477.05102.18-
YUV227.95141.01124.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.86%
GREEN value IS 226 (88.67% from 255) = 32.29%
BLUE value IS 251 (98.44% from 255) = 35.86%
R=31.86%
G=32.29%
B=35.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232262510.110.1000.02233.5777.7892.94
HexDFE2FBBA02ea4e5d
Octal337342373131202352116135
Binary110111111110001011111011101110100101110101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2FB; }

 p { color: rgb(223,226,251); }

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

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

 a { background-color: rgb(223,226,251); }

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

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

 span { border-color: rgb(223,226,251); }

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