#DDE2FF

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

Shades of Lavender #DDE2FF

Tints of Lavender #DDE2FF

Color information

#DDE2FF (or 0xDDE2FF) is unknown color: approx Lavender. HEX triplet: DD, E2 and FF. RGB value is (221,226,255). Sum of RGB (Red+Green+Blue) = 221+226+255=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2FF is #221D00. Grayscale: #E3E3E3. Windows color (decimal): -2235649 or 16769757. OLE color: 16769757.

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

Color convert

RGB221226255-
CMYK0.130.1100
HSL231.18º100%93.33%-
HSV(B)231.18º13.33%100%-
XYZ75.0776.98105.51-
YUV227.81143.34123.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.48%
GREEN value IS 226 (88.67% from 255) = 32.19%
BLUE value IS 255 (100% from 255) = 36.32%
R=31.48%
G=32.19%
B=36.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212262550.130.1100231.1810093.33
HexDDE2FFDB00e7645d
Octal335342377151300347144135
Binary11011101111000101111111111011011001110011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2FF; }

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

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

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

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

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

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

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

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