#DDDEFF

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

Shades of Lavender #DDDEFF

Tints of Lavender #DDDEFF

Color information

#DDDEFF (or 0xDDDEFF) is unknown color: approx Lavender. HEX triplet: DD, DE and FF. RGB value is (221,222,255). Sum of RGB (Red+Green+Blue) = 221+222+255=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEFF is #222100. Grayscale: #E1E1E1. Windows color (decimal): -2236673 or 16768733. OLE color: 16768733.

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

Color convert

RGB221222255-
CMYK0.130.1300
HSL238.24º100%93.33%-
HSV(B)238.24º13.33%100%-
XYZ73.9974.83105.15-
YUV225.46144.67124.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.66%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 255 (100% from 255) = 36.53%
R=31.66%
G=31.81%
B=36.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212222550.130.1300238.2410093.33
HexDDDEFFDD00ee645d
Octal335336377151500356144135
Binary11011101110111101111111111011101001110111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDEFF; }

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

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

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

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

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

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

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

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