#DDE6E3

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

Shades of Tranquil #DDE6E3

Tints of Tranquil #DDE6E3

Color information

#DDE6E3 (or 0xDDE6E3) is unknown color: approx Tranquil. HEX triplet: DD, E6 and E3. RGB value is (221,230,227). Sum of RGB (Red+Green+Blue) = 221+230+227=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 230 (90.23% from 255 or 33.92% from 678); Blue value is 227 (89.06% from 255 or 33.48% from 678); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6E3 is #22191C. Grayscale: #E2E2E2. Windows color (decimal): -2234653 or 14935773. OLE color: 14935773.

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

Color convert

RGB221230227-
CMYK0.0400.010.10
HSL160º15.25%88.43%-
HSV(B)160º3.91%90.2%-
XYZ71.9877.5183.84-
YUV226.97128.02123.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 230 (90.23% from 255) = 33.92%
BLUE value IS 227 (89.06% from 255) = 33.48%
R=32.60%
G=33.92%
B=33.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212302270.0400.010.1016015.2588.43
HexDDE6E3401Aa0f58
Octal3353463434011224017130
Binary1101110111100110111000111000110101010000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6E3; }

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

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

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

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

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

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

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

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