#DEDFFB

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

Shades of Lavender #DEDFFB

Tints of Lavender #DEDFFB

Color information

#DEDFFB (or 0xDEDFFB) is unknown color: approx Lavender. HEX triplet: DE, DF and FB. RGB value is (222,223,251). Sum of RGB (Red+Green+Blue) = 222+223+251=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 223 (87.5% from 255 or 32.04% 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 #DEDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFFB is #212004. Grayscale: #E1E1E1. Windows color (decimal): -2170885 or 16506846. OLE color: 16506846.

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

Color convert

RGB222223251-
CMYK0.120.1100.02
HSL237.93º78.38%92.75%-
HSV(B)237.93º11.55%98.43%-
XYZ73.9275.27101.9-
YUV225.89142.17125.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222232510.120.1100.02237.9378.3892.75
HexDEDFFBCB02ee4e5d
Octal336337373141302356116135
Binary110111101101111111111011110010110101110111010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFFB; }

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

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

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

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

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

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

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

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