#DFE0FE

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

Shades of Lavender #DFE0FE

Tints of Lavender #DFE0FE

Color information

#DFE0FE (or 0xDFE0FE) is unknown color: approx Lavender. HEX triplet: DF, E0 and FE. RGB value is (223,224,254). Sum of RGB (Red+Green+Blue) = 223+224+254=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE0FE is #201F01. Grayscale: #E3E3E3. Windows color (decimal): -2105090 or 16703711. OLE color: 16703711.

HSL color Cylindrical-coordinate representation of color #DFE0FE: hue angle of 238.06º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE0FE is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223224254-
CMYK0.120.1200.00
HSL238.06º93.94%93.53%-
HSV(B)238.06º12.2%99.61%-
XYZ74.9876.16104.51-
YUV227.12143.17125.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.81%
GREEN value IS 224 (87.89% from 255) = 31.95%
BLUE value IS 254 (99.61% from 255) = 36.23%
R=31.81%
G=31.95%
B=36.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232242540.120.1200.00238.0693.9493.53
HexDFE0FECC00ee5e5e
Octal337340376141400356136136
Binary11011111111000001111111011001100001110111010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0FE; }

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

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

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

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

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

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

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

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