#DFE3F8

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

Shades of Lavender #DFE3F8

Tints of Lavender #DFE3F8

Color information

#DFE3F8 (or 0xDFE3F8) is unknown color: approx Lavender. HEX triplet: DF, E3 and F8. RGB value is (223,227,248). Sum of RGB (Red+Green+Blue) = 223+227+248=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 227 (89.06% from 255 or 32.52% from 698); Blue value is 248 (97.27% from 255 or 35.53% from 698); Max value from RGB is 248 - color contains mainly: blue. Hex color #DFE3F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3F8 is #201C07. Grayscale: #E4E4E4. Windows color (decimal): -2104328 or 16311263. OLE color: 16311263.

HSL color Cylindrical-coordinate representation of color #DFE3F8: hue angle of 230.4º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFE3F8 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB223227248-
CMYK0.100.0800.03
HSL230.4º64.1%92.35%-
HSV(B)230.4º10.08%97.25%-
XYZ74.8477.499.8-
YUV228.2139.17124.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.95%
GREEN value IS 227 (89.06% from 255) = 32.52%
BLUE value IS 248 (97.27% from 255) = 35.53%
R=31.95%
G=32.52%
B=35.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2232272480.100.0800.03230.464.192.35
HexDFE3F8A803e6405c
Octal337343370121003346100134
Binary110111111110001111111000101010000111110011010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3F8; }

 p { color: rgb(223,227,248); }

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

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

 a { background-color: rgb(223,227,248); }

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

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

 span { border-color: rgb(223,227,248); }

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