#DDF0EE

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

Shades of Tranquil #DDF0EE

Tints of Tranquil #DDF0EE

Color information

#DDF0EE (or 0xDDF0EE) is unknown color: approx Tranquil. HEX triplet: DD, F0 and EE. RGB value is (221,240,238). Sum of RGB (Red+Green+Blue) = 221+240+238=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF0EE is #220F11. Grayscale: #EAEAEA. Windows color (decimal): -2232082 or 15659229. OLE color: 15659229.

HSL color Cylindrical-coordinate representation of color #DDF0EE: hue angle of 173.68º 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 #DDF0EE is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB221240238-
CMYK0.0800.010.06
HSL173.68º38.78%90.39%-
HSV(B)173.68º7.92%94.12%-
XYZ76.4183.8793.05-
YUV234.09130.21118.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.62%
GREEN value IS 240 (94.14% from 255) = 34.33%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=31.62%
G=34.33%
B=34.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212402380.0800.010.06173.6838.7890.39
HexDDF0EE8016ae275a
Octal3353603561001625647132
Binary110111011111000011101110100001110101011101001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0EE; }

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

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

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

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

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

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

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

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