#DDE1FF

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

Shades of Lavender #DDE1FF

Tints of Lavender #DDE1FF

Color information

#DDE1FF (or 0xDDE1FF) is unknown color: approx Lavender. HEX triplet: DD, E1 and FF. RGB value is (221,225,255). Sum of RGB (Red+Green+Blue) = 221+225+255=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1FF is #221E00. Grayscale: #E3E3E3. Windows color (decimal): -2235905 or 16769501. OLE color: 16769501.

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

Color convert

RGB221225255-
CMYK0.130.1200
HSL232.94º100%93.33%-
HSV(B)232.94º13.33%100%-
XYZ74.7976.44105.42-
YUV227.22143.67123.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.53%
GREEN value IS 225 (88.28% from 255) = 32.10%
BLUE value IS 255 (100% from 255) = 36.38%
R=31.53%
G=32.10%
B=36.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212252550.130.1200232.9410093.33
HexDDE1FFDC00e9645d
Octal335341377151400351144135
Binary11011101111000011111111111011100001110100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1FF; }

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

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

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

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

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

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

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

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