#DFDFFB

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

Shades of Lavender #DFDFFB

Tints of Lavender #DFDFFB

Color information

#DFDFFB (or 0xDFDFFB) is unknown color: approx Lavender. HEX triplet: DF, DF and FB. RGB value is (223,223,251). Sum of RGB (Red+Green+Blue) = 223+223+251=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDFFB is #202004. Grayscale: #E2E2E2. Windows color (decimal): -2105349 or 16506847. OLE color: 16506847.

HSL color Cylindrical-coordinate representation of color #DFDFFB: hue angle of 240º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFDFFB is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223223251-
CMYK0.110.1100.02
HSL240º77.78%92.94%-
HSV(B)240º11.16%98.43%-
XYZ74.2375.43101.91-
YUV226.19142125.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=31.99%
G=31.99%
B=36.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232232510.110.1100.0224077.7892.94
HexDFDFFBBB02f04e5d
Octal337337373131302360116135
Binary110111111101111111111011101110110101111000010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFFB; }

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

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

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

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

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

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

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

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