#DFE1FA

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

Shades of Lavender #DFE1FA

Tints of Lavender #DFE1FA

Color information

#DFE1FA (or 0xDFE1FA) is unknown color: approx Lavender. HEX triplet: DF, E1 and FA. RGB value is (223,225,250). Sum of RGB (Red+Green+Blue) = 223+225+250=698 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.95% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 250 (98.05% from 255 or 35.82% from 698); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE1FA is #201E05. Grayscale: #E3E3E3. Windows color (decimal): -2104838 or 16441823. OLE color: 16441823.

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

Color convert

RGB223225250-
CMYK0.110.1000.02
HSL235.56º72.97%92.75%-
HSV(B)235.56º10.8%98.04%-
XYZ74.6176.44101.26-
YUV227.25140.84124.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.95%
GREEN value IS 225 (88.28% from 255) = 32.23%
BLUE value IS 250 (98.05% from 255) = 35.82%
R=31.95%
G=32.23%
B=35.82%

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
Decimal2232252500.110.1000.02235.5672.9792.75
HexDFE1FABA02ec495d
Octal337341372131202354111135
Binary110111111110000111111010101110100101110110010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1FA; }

 p { color: rgb(223,225,250); }

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

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

 a { background-color: rgb(223,225,250); }

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

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

 span { border-color: rgb(223,225,250); }

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