#DDE4FC

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

Shades of Lavender #DDE4FC

Tints of Lavender #DDE4FC

Color information

#DDE4FC (or 0xDDE4FC) is unknown color: approx Lavender. HEX triplet: DD, E4 and FC. RGB value is (221,228,252). Sum of RGB (Red+Green+Blue) = 221+228+252=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 228 (89.45% from 255 or 32.52% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDE4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4FC is #221B03. Grayscale: #E4E4E4. Windows color (decimal): -2235140 or 16573661. OLE color: 16573661.

HSL color Cylindrical-coordinate representation of color #DDE4FC: hue angle of 226.45º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE4FC is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB221228252-
CMYK0.120.1000.01
HSL226.45º83.78%92.75%-
HSV(B)226.45º12.3%98.82%-
XYZ75.1377.89103.17-
YUV228.64141.18122.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.53%
GREEN value IS 228 (89.45% from 255) = 32.52%
BLUE value IS 252 (98.83% from 255) = 35.95%
R=31.53%
G=32.52%
B=35.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212282520.120.1000.01226.4583.7892.75
HexDDE4FCCA01e2545d
Octal335344374141201342124135
Binary11011101111001001111110011001010011110001010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE4FC; }

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

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

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

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

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

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

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

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