#DDE0FE

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

Shades of Lavender #DDE0FE

Tints of Lavender #DDE0FE

Color information

#DDE0FE (or 0xDDE0FE) is unknown color: approx Lavender. HEX triplet: DD, E0 and FE. RGB value is (221,224,254). Sum of RGB (Red+Green+Blue) = 221+224+254=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0FE is #221F01. Grayscale: #E2E2E2. Windows color (decimal): -2236162 or 16703709. OLE color: 16703709.

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

Color convert

RGB221224254-
CMYK0.130.1200.00
HSL234.55º94.29%93.14%-
HSV(B)234.55º12.99%99.61%-
XYZ74.3675.84104.48-
YUV226.52143.51124.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.62%
GREEN value IS 224 (87.89% from 255) = 32.05%
BLUE value IS 254 (99.61% from 255) = 36.34%
R=31.62%
G=32.05%
B=36.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212242540.130.1200.00234.5594.2993.14
HexDDE0FEDC00eb5e5d
Octal335340376151400353136135
Binary11011101111000001111111011011100001110101110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE0FE; }

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

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

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

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

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

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

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

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