#DDE1FE

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

Shades of Lavender #DDE1FE

Tints of Lavender #DDE1FE

Color information

#DDE1FE (or 0xDDE1FE) is unknown color: approx Lavender. HEX triplet: DD, E1 and FE. RGB value is (221,225,254). Sum of RGB (Red+Green+Blue) = 221+225+254=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1FE is #221E01. Grayscale: #E2E2E2. Windows color (decimal): -2235906 or 16703965. OLE color: 16703965.

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

Color convert

RGB221225254-
CMYK0.130.1100.00
HSL232.73º94.29%93.14%-
HSV(B)232.73º12.99%99.61%-
XYZ74.6376.38104.57-
YUV227.11143.17123.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.57%
GREEN value IS 225 (88.28% from 255) = 32.14%
BLUE value IS 254 (99.61% from 255) = 36.29%
R=31.57%
G=32.14%
B=36.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212252540.130.1100.00232.7394.2993.14
HexDDE1FEDB00e95e5d
Octal335341376151300351136135
Binary11011101111000011111111011011011001110100110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1FE; }

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

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

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

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

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

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

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

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