#DFE3FD

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

Shades of Lavender #DFE3FD

Tints of Lavender #DFE3FD

Color information

#DFE3FD (or 0xDFE3FD) is unknown color: approx Lavender. HEX triplet: DF, E3 and FD. RGB value is (223,227,253). Sum of RGB (Red+Green+Blue) = 223+227+253=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 227 (89.06% from 255 or 32.29% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFE3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3FD is #201C02. Grayscale: #E4E4E4. Windows color (decimal): -2104323 or 16638943. OLE color: 16638943.

HSL color Cylindrical-coordinate representation of color #DFE3FD: hue angle of 232º degrees, saturation: 0.88, 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 #DFE3FD is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223227253-
CMYK0.120.1000.01
HSL232º88.24%93.33%-
HSV(B)232º11.86%99.22%-
XYZ75.6377.72103.94-
YUV228.77141.67123.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.72%
GREEN value IS 227 (89.06% from 255) = 32.29%
BLUE value IS 253 (99.22% from 255) = 35.99%
R=31.72%
G=32.29%
B=35.99%

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
Decimal2232272530.120.1000.0123288.2493.33
HexDFE3FDCA01e8585d
Octal337343375141201350130135
Binary11011111111000111111110111001010011110100010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3FD; }

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

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

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

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

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

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

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

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