#DDE3E1

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

Shades of Tranquil #DDE3E1

Tints of Tranquil #DDE3E1

Color information

#DDE3E1 (or 0xDDE3E1) is unknown color: approx Tranquil. HEX triplet: DD, E3 and E1. RGB value is (221,227,225). Sum of RGB (Red+Green+Blue) = 221+227+225=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3E1 is #221C1E. Grayscale: #E0E0E0. Windows color (decimal): -2235423 or 14803933. OLE color: 14803933.

HSL color Cylindrical-coordinate representation of color #DDE3E1: hue angle of 160º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE3E1 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB221227225-
CMYK0.0300.010.11
HSL160º9.68%87.84%-
HSV(B)160º2.64%89.02%-
XYZ70.8875.7582.12-
YUV224.98128.01125.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.84%
GREEN value IS 227 (89.06% from 255) = 33.73%
BLUE value IS 225 (88.28% from 255) = 33.43%
R=32.84%
G=33.73%
B=33.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212272250.0300.010.111609.6887.84
HexDDE3E1301Ba0a58
Octal3353433413011324012130
Binary110111011110001111100001110110111010000010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE3E1; }

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

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

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

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

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

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

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

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