#DDF1EC

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

Shades of Tranquil #DDF1EC

Tints of Tranquil #DDF1EC

Color information

#DDF1EC (or 0xDDF1EC) is unknown color: approx Tranquil. HEX triplet: DD, F1 and EC. RGB value is (221,241,236). Sum of RGB (Red+Green+Blue) = 221+241+236=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 236 (92.58% from 255 or 33.81% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1EC is #220E13. Grayscale: #EAEAEA. Windows color (decimal): -2231828 or 15528413. OLE color: 15528413.

HSL color Cylindrical-coordinate representation of color #DDF1EC: hue angle of 165º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF1EC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB221241236-
CMYK0.0800.020.05
HSL165º41.67%90.59%-
HSV(B)165º8.3%94.51%-
XYZ76.4184.3491.61-
YUV234.45128.87118.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.66%
GREEN value IS 241 (94.53% from 255) = 34.53%
BLUE value IS 236 (92.58% from 255) = 33.81%
R=31.66%
G=34.53%
B=33.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412360.0800.020.0516541.6790.59
HexDDF1EC8025a52a5b
Octal3353613541002524552133
Binary1101110111110001111011001000010101101001011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1EC; }

 p { color: rgb(221,241,236); }

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

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

 a { background-color: rgb(221,241,236); }

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

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

 span { border-color: rgb(221,241,236); }

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