#DDE2FB

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

Shades of Lavender #DDE2FB

Tints of Lavender #DDE2FB

Color information

#DDE2FB (or 0xDDE2FB) is unknown color: approx Lavender. HEX triplet: DD, E2 and FB. RGB value is (221,226,251). Sum of RGB (Red+Green+Blue) = 221+226+251=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 226 (88.67% from 255 or 32.38% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2FB is #221D04. Grayscale: #E3E3E3. Windows color (decimal): -2235653 or 16507613. OLE color: 16507613.

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

Color convert

RGB221226251-
CMYK0.120.1000.02
HSL230º78.95%92.55%-
HSV(B)230º11.95%98.43%-
XYZ74.4376.73102.15-
YUV227.36141.34123.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.66%
GREEN value IS 226 (88.67% from 255) = 32.38%
BLUE value IS 251 (98.44% from 255) = 35.96%
R=31.66%
G=32.38%
B=35.96%

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
Decimal2212262510.120.1000.0223078.9592.55
HexDDE2FBCA02e64f5d
Octal335342373141202346117135
Binary110111011110001011111011110010100101110011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE2FB; }

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

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

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

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

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

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

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

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