#DDE3FF

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

Shades of Lavender #DDE3FF

Tints of Lavender #DDE3FF

Color information

#DDE3FF (or 0xDDE3FF) is unknown color: approx Lavender. HEX triplet: DD, E3 and FF. RGB value is (221,227,255). Sum of RGB (Red+Green+Blue) = 221+227+255=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 227 (89.06% from 255 or 32.29% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3FF is #221C00. Grayscale: #E4E4E4. Windows color (decimal): -2235393 or 16770013. OLE color: 16770013.

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

Color convert

RGB221227255-
CMYK0.130.1100
HSL229.41º100%93.33%-
HSV(B)229.41º13.33%100%-
XYZ75.3477.53105.6-
YUV228.4143.01122.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.44%
GREEN value IS 227 (89.06% from 255) = 32.29%
BLUE value IS 255 (100% from 255) = 36.27%
R=31.44%
G=32.29%
B=36.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212272550.130.1100229.4110093.33
HexDDE3FFDB00e5645d
Octal335343377151300345144135
Binary11011101111000111111111111011011001110010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3FF; }

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

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

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

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

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

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

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

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