#DDDEFE

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

Shades of Lavender #DDDEFE

Tints of Lavender #DDDEFE

Color information

#DDDEFE (or 0xDDDEFE) is unknown color: approx Lavender. HEX triplet: DD, DE and FE. RGB value is (221,222,254). Sum of RGB (Red+Green+Blue) = 221+222+254=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 222 (87.11% from 255 or 31.85% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDDEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEFE is #222101. Grayscale: #E1E1E1. Windows color (decimal): -2236674 or 16703197. OLE color: 16703197.

HSL color Cylindrical-coordinate representation of color #DDDEFE: hue angle of 238.18º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDDEFE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB221222254-
CMYK0.130.1300.00
HSL238.18º94.29%93.14%-
HSV(B)238.18º12.99%99.61%-
XYZ73.8374.77104.31-
YUV225.35144.17124.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.71%
GREEN value IS 222 (87.11% from 255) = 31.85%
BLUE value IS 254 (99.61% from 255) = 36.44%
R=31.71%
G=31.85%
B=36.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212222540.130.1300.00238.1894.2993.14
HexDDDEFEDD00ee5e5d
Octal335336376151500356136135
Binary11011101110111101111111011011101001110111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEFE; }

 p { color: rgb(221,222,254); }

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

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

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

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

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

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

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