#DDE1FB

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

Shades of Lavender #DDE1FB

Tints of Lavender #DDE1FB

Color information

#DDE1FB (or 0xDDE1FB) is unknown color: approx Lavender. HEX triplet: DD, E1 and FB. RGB value is (221,225,251). Sum of RGB (Red+Green+Blue) = 221+225+251=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 251 (98.44% from 255 or 36.01% from 697); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDE1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1FB is #221E04. Grayscale: #E2E2E2. Windows color (decimal): -2235909 or 16507357. OLE color: 16507357.

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

Color convert

RGB221225251-
CMYK0.120.1000.02
HSL232º78.95%92.55%-
HSV(B)232º11.95%98.43%-
XYZ74.1676.19102.06-
YUV226.77141.67123.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.71%
GREEN value IS 225 (88.28% from 255) = 32.28%
BLUE value IS 251 (98.44% from 255) = 36.01%
R=31.71%
G=32.28%
B=36.01%

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
Decimal2212252510.120.1000.0223278.9592.55
HexDDE1FBCA02e84f5d
Octal335341373141202350117135
Binary110111011110000111111011110010100101110100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1FB; }

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

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

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

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

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

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

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

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