#DDE1FC

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

Shades of Lavender #DDE1FC

Tints of Lavender #DDE1FC

Color information

#DDE1FC (or 0xDDE1FC) is unknown color: approx Lavender. HEX triplet: DD, E1 and FC. RGB value is (221,225,252). Sum of RGB (Red+Green+Blue) = 221+225+252=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDE1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1FC is #221E03. Grayscale: #E2E2E2. Windows color (decimal): -2235908 or 16572893. OLE color: 16572893.

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

Color convert

RGB221225252-
CMYK0.120.1100.01
HSL232.26º83.78%92.75%-
HSV(B)232.26º12.3%98.82%-
XYZ74.3176.25102.9-
YUV226.88142.17123.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.66%
GREEN value IS 225 (88.28% from 255) = 32.23%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=31.66%
G=32.23%
B=36.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212252520.120.1100.01232.2683.7892.75
HexDDE1FCCB01e8545d
Octal335341374141301350124135
Binary11011101111000011111110011001011011110100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1FC; }

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

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

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

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

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

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

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

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