#DFDEFB

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

Shades of Lavender #DFDEFB

Tints of Lavender #DFDEFB

Color information

#DFDEFB (or 0xDFDEFB) is unknown color: approx Lavender. HEX triplet: DF, DE and FB. RGB value is (223,222,251). Sum of RGB (Red+Green+Blue) = 223+222+251=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 222 (87.11% from 255 or 31.90% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFDEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDEFB is #202104. Grayscale: #E1E1E1. Windows color (decimal): -2105605 or 16506591. OLE color: 16506591.

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

Color convert

RGB223222251-
CMYK0.110.1200.02
HSL242.07º78.38%92.75%-
HSV(B)242.07º11.55%98.43%-
XYZ73.9774.9101.82-
YUV225.6142.33126.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.04%
GREEN value IS 222 (87.11% from 255) = 31.90%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=32.04%
G=31.90%
B=36.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232222510.110.1200.02242.0778.3892.75
HexDFDEFBBC02f24e5d
Octal337336373131402362116135
Binary110111111101111011111011101111000101111001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEFB; }

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

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

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

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

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

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

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

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