#DDF5F0

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

Shades of Tranquil #DDF5F0

Tints of Tranquil #DDF5F0

Color information

#DDF5F0 (or 0xDDF5F0) is unknown color: approx Tranquil. HEX triplet: DD, F5 and F0. RGB value is (221,245,240). Sum of RGB (Red+Green+Blue) = 221+245+240=706 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.30% from 706); Green value is 245 (96.09% from 255 or 34.70% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF5F0 is #220A0F. Grayscale: #EDEDED. Windows color (decimal): -2230800 or 15791581. OLE color: 15791581.

HSL color Cylindrical-coordinate representation of color #DDF5F0: hue angle of 167.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF5F0 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB221245240-
CMYK0.1000.020.04
HSL167.5º54.55%91.37%-
HSV(B)167.5º9.8%96.08%-
XYZ78.286.9795.1-
YUV237.25129.55116.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.30%
GREEN value IS 245 (96.09% from 255) = 34.70%
BLUE value IS 240 (94.14% from 255) = 33.99%
R=31.30%
G=34.70%
B=33.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212452400.1000.020.04167.554.5591.37
HexDDF5F0A024a8375b
Octal3353653601202425067133
Binary1101110111110101111100001010010100101010001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF5F0; }

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

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

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

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

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

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

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

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