#DEDFFD

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

Shades of Lavender #DEDFFD

Tints of Lavender #DEDFFD

Color information

#DEDFFD (or 0xDEDFFD) is unknown color: approx Lavender. HEX triplet: DE, DF and FD. RGB value is (222,223,253). Sum of RGB (Red+Green+Blue) = 222+223+253=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFFD is #212002. Grayscale: #E2E2E2. Windows color (decimal): -2170883 or 16637918. OLE color: 16637918.

HSL color Cylindrical-coordinate representation of color #DEDFFD: hue angle of 238.06º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEDFFD is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222223253-
CMYK0.120.1200.01
HSL238.06º88.57%93.14%-
HSV(B)238.06º12.25%99.22%-
XYZ74.2475.4103.57-
YUV226.12143.17125.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.81%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 253 (99.22% from 255) = 36.25%
R=31.81%
G=31.95%
B=36.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222232530.120.1200.01238.0688.5793.14
HexDEDFFDCC01ee595d
Octal336337375141401356131135
Binary11011110110111111111110111001100011110111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDFFD; }

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

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

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

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

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

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

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

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