#DFE4FB

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

Shades of Lavender #DFE4FB

Tints of Lavender #DFE4FB

Color information

#DFE4FB (or 0xDFE4FB) is unknown color: approx Lavender. HEX triplet: DF, E4 and FB. RGB value is (223,228,251). Sum of RGB (Red+Green+Blue) = 223+228+251=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4FB is #201B04. Grayscale: #E5E5E5. Windows color (decimal): -2104069 or 16508127. OLE color: 16508127.

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

Color convert

RGB223228251-
CMYK0.110.0900.02
HSL229.29º77.78%92.94%-
HSV(B)229.29º11.16%98.43%-
XYZ75.5978.14102.37-
YUV229.13140.34123.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 228 (89.45% from 255) = 32.48%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=31.77%
G=32.48%
B=35.75%

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
Decimal2232282510.110.0900.02229.2977.7892.94
HexDFE4FBB902e54e5d
Octal337344373131102345116135
Binary110111111110010011111011101110010101110010110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4FB; }

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

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

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

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

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

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

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

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