#DFE4FA

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

Shades of Lavender #DFE4FA

Tints of Lavender #DFE4FA

Color information

#DFE4FA (or 0xDFE4FA) is unknown color: approx Lavender. HEX triplet: DF, E4 and FA. RGB value is (223,228,250). Sum of RGB (Red+Green+Blue) = 223+228+250=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4FA is #201B05. Grayscale: #E4E4E4. Windows color (decimal): -2104070 or 16442591. OLE color: 16442591.

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

Color convert

RGB223228250-
CMYK0.110.0900.02
HSL228.89º72.97%92.75%-
HSV(B)228.89º10.8%98.04%-
XYZ75.4378.08101.54-
YUV229.01139.84123.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.81%
GREEN value IS 228 (89.45% from 255) = 32.52%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=31.81%
G=32.52%
B=35.66%

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
Decimal2232282500.110.0900.02228.8972.9792.75
HexDFE4FAB902e5495d
Octal337344372131102345111135
Binary110111111110010011111010101110010101110010110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE4FA; }

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

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

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

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

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

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

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

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