#DDF1EE

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

Shades of Tranquil #DDF1EE

Tints of Tranquil #DDF1EE

Color information

#DDF1EE (or 0xDDF1EE) is unknown color: approx Tranquil. HEX triplet: DD, F1 and EE. RGB value is (221,241,238). Sum of RGB (Red+Green+Blue) = 221+241+238=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1EE is #220E11. Grayscale: #EAEAEA. Windows color (decimal): -2231826 or 15659485. OLE color: 15659485.

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

Color convert

RGB221241238-
CMYK0.0800.010.05
HSL171º41.67%90.59%-
HSV(B)171º8.3%94.51%-
XYZ76.7184.4693.15-
YUV234.68129.87118.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.57%
GREEN value IS 241 (94.53% from 255) = 34.43%
BLUE value IS 238 (93.36% from 255) = 34%
R=31.57%
G=34.43%
B=34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412380.0800.010.0517141.6790.59
HexDDF1EE8015ab2a5b
Octal3353613561001525352133
Binary110111011111000111101110100001101101010111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1EE; }

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

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

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

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

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

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

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

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