#DDE4FE

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

Shades of Lavender #DDE4FE

Tints of Lavender #DDE4FE

Color information

#DDE4FE (or 0xDDE4FE) is unknown color: approx Lavender. HEX triplet: DD, E4 and FE. RGB value is (221,228,254). Sum of RGB (Red+Green+Blue) = 221+228+254=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 254 (99.61% from 255 or 36.13% from 703); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4FE is #221B01. Grayscale: #E4E4E4. Windows color (decimal): -2235138 or 16704733. OLE color: 16704733.

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

Color convert

RGB221228254-
CMYK0.130.1000.00
HSL227.27º94.29%93.14%-
HSV(B)227.27º12.99%99.61%-
XYZ75.4578.01104.85-
YUV228.87142.18122.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.44%
GREEN value IS 228 (89.45% from 255) = 32.43%
BLUE value IS 254 (99.61% from 255) = 36.13%
R=31.44%
G=32.43%
B=36.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212282540.130.1000.00227.2794.2993.14
HexDDE4FEDA00e35e5d
Octal335344376151200343136135
Binary11011101111001001111111011011010001110001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4FE; }

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

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

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

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

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

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

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

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