#DDF0EB

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

Shades of Tranquil #DDF0EB

Tints of Tranquil #DDF0EB

Color information

#DDF0EB (or 0xDDF0EB) is unknown color: approx Tranquil. HEX triplet: DD, F0 and EB. RGB value is (221,240,235). Sum of RGB (Red+Green+Blue) = 221+240+235=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 240 (94.14% from 255 or 34.48% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0EB is #220F14. Grayscale: #E9E9E9. Windows color (decimal): -2232085 or 15462621. OLE color: 15462621.

HSL color Cylindrical-coordinate representation of color #DDF0EB: hue angle of 164.21º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF0EB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB221240235-
CMYK0.0800.020.06
HSL164.21º38.78%90.39%-
HSV(B)164.21º7.92%94.12%-
XYZ75.9783.6990.75-
YUV233.75128.71118.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 240 (94.14% from 255) = 34.48%
BLUE value IS 235 (92.19% from 255) = 33.76%
R=31.75%
G=34.48%
B=33.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212402350.0800.020.06164.2138.7890.39
HexDDF0EB8026a4275a
Octal3353603531002624447132
Binary1101110111110000111010111000010110101001001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0EB; }

 p { color: rgb(221,240,235); }

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

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

 a { background-color: rgb(221,240,235); }

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

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

 span { border-color: rgb(221,240,235); }

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