#DFE6FE

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

Shades of Lavender #DFE6FE

Tints of Lavender #DFE6FE

Color information

#DFE6FE (or 0xDFE6FE) is unknown color: approx Lavender. HEX triplet: DF, E6 and FE. RGB value is (223,230,254). Sum of RGB (Red+Green+Blue) = 223+230+254=707 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.54% from 707); Green value is 230 (90.23% from 255 or 32.53% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6FE is #201901. Grayscale: #E6E6E6. Windows color (decimal): -2103554 or 16705247. OLE color: 16705247.

HSL color Cylindrical-coordinate representation of color #DFE6FE: hue angle of 226.45º 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 #DFE6FE is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB223230254-
CMYK0.120.0900.00
HSL226.45º93.94%93.53%-
HSV(B)226.45º12.2%99.61%-
XYZ76.6279.44105.06-
YUV230.64141.18122.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.54%
GREEN value IS 230 (90.23% from 255) = 32.53%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=31.54%
G=32.53%
B=35.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232302540.120.0900.00226.4593.9493.53
HexDFE6FEC900e25e5e
Octal337346376141100342136136
Binary11011111111001101111111011001001001110001010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE6FE; }

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

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

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

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

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

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

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

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