#DDE1FA

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

Shades of Lavender #DDE1FA

Tints of Lavender #DDE1FA

Color information

#DDE1FA (or 0xDDE1FA) is unknown color: approx Lavender. HEX triplet: DD, E1 and FA. RGB value is (221,225,250). Sum of RGB (Red+Green+Blue) = 221+225+250=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 225 (88.28% from 255 or 32.33% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1FA is #221E05. Grayscale: #E2E2E2. Windows color (decimal): -2235910 or 16441821. OLE color: 16441821.

HSL color Cylindrical-coordinate representation of color #DDE1FA: hue angle of 231.72º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDE1FA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221225250-
CMYK0.120.1000.02
HSL231.72º74.36%92.35%-
HSV(B)231.72º11.6%98.04%-
XYZ7476.12101.24-
YUV226.65141.17123.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 225 (88.28% from 255) = 32.33%
BLUE value IS 250 (98.05% from 255) = 35.92%
R=31.75%
G=32.33%
B=35.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212252500.120.1000.02231.7274.3692.35
HexDDE1FACA02e84a5c
Octal335341372141202350112134
Binary110111011110000111111010110010100101110100010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1FA; }

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

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

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

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

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

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

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

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