#DFE0FA

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

Shades of Lavender #DFE0FA

Tints of Lavender #DFE0FA

Color information

#DFE0FA (or 0xDFE0FA) is unknown color: approx Lavender. HEX triplet: DF, E0 and FA. RGB value is (223,224,250). Sum of RGB (Red+Green+Blue) = 223+224+250=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 250 (98.05% from 255 or 35.87% from 697); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0FA is #201F05. Grayscale: #E2E2E2. Windows color (decimal): -2105094 or 16441567. OLE color: 16441567.

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

Color convert

RGB223224250-
CMYK0.110.1000.02
HSL237.78º72.97%92.75%-
HSV(B)237.78º10.8%98.04%-
XYZ74.3475.9101.17-
YUV226.66141.17125.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 224 (87.89% from 255) = 32.14%
BLUE value IS 250 (98.05% from 255) = 35.87%
R=31.99%
G=32.14%
B=35.87%

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
Decimal2232242500.110.1000.02237.7872.9792.75
HexDFE0FABA02ee495d
Octal337340372131202356111135
Binary110111111110000011111010101110100101110111010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0FA; }

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

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

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

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

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

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

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

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