#DFE2FA

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

Shades of Lavender #DFE2FA

Tints of Lavender #DFE2FA

Color information

#DFE2FA (or 0xDFE2FA) is unknown color: approx Lavender. HEX triplet: DF, E2 and FA. RGB value is (223,226,250). Sum of RGB (Red+Green+Blue) = 223+226+250=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 226 (88.67% from 255 or 32.33% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2FA is #201D05. Grayscale: #E3E3E3. Windows color (decimal): -2104582 or 16442079. OLE color: 16442079.

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

Color convert

RGB223226250-
CMYK0.110.1000.02
HSL233.33º72.97%92.75%-
HSV(B)233.33º10.8%98.04%-
XYZ74.8876.98101.35-
YUV227.84140.51124.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.90%
GREEN value IS 226 (88.67% from 255) = 32.33%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=31.90%
G=32.33%
B=35.77%

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
Decimal2232262500.110.1000.02233.3372.9792.75
HexDFE2FABA02e9495d
Octal337342372131202351111135
Binary110111111110001011111010101110100101110100110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2FA; }

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

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

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

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

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

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

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

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