#DFE3FC

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

Shades of Lavender #DFE3FC

Tints of Lavender #DFE3FC

Color information

#DFE3FC (or 0xDFE3FC) is unknown color: approx Lavender. HEX triplet: DF, E3 and FC. RGB value is (223,227,252). Sum of RGB (Red+Green+Blue) = 223+227+252=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFE3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3FC is #201C03. Grayscale: #E4E4E4. Windows color (decimal): -2104324 or 16573407. OLE color: 16573407.

HSL color Cylindrical-coordinate representation of color #DFE3FC: hue angle of 231.72º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE3FC is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223227252-
CMYK0.120.1000.01
HSL231.72º82.86%93.14%-
HSV(B)231.72º11.51%98.82%-
XYZ75.4777.65103.11-
YUV228.65141.17123.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 227 (89.06% from 255) = 32.34%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=31.77%
G=32.34%
B=35.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232272520.120.1000.01231.7282.8693.14
HexDFE3FCCA01e8535d
Octal337343374141201350123135
Binary11011111111000111111110011001010011110100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3FC; }

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

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

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

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

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

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

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

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