#DFDFFE

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

Shades of Lavender #DFDFFE

Tints of Lavender #DFDFFE

Color information

#DFDFFE (or 0xDFDFFE) is unknown color: approx Lavender. HEX triplet: DF, DF and FE. RGB value is (223,223,254). Sum of RGB (Red+Green+Blue) = 223+223+254=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFFE is #202001. Grayscale: #E2E2E2. Windows color (decimal): -2105346 or 16703455. OLE color: 16703455.

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

Color convert

RGB223223254-
CMYK0.120.1200.00
HSL240º93.94%93.53%-
HSV(B)240º12.2%99.61%-
XYZ74.7175.62104.42-
YUV226.53143.5125.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.86%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=31.86%
G=31.86%
B=36.29%

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
Decimal2232232540.120.1200.0024093.9493.53
HexDFDFFECC00f05e5e
Octal337337376141400360136136
Binary11011111110111111111111011001100001111000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFFE; }

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

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

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

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

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

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

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

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