#DDF1EF

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

Shades of Tranquil #DDF1EF

Tints of Tranquil #DDF1EF

Color information

#DDF1EF (or 0xDDF1EF) is unknown color: approx Tranquil. HEX triplet: DD, F1 and EF. RGB value is (221,241,239). Sum of RGB (Red+Green+Blue) = 221+241+239=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1EF is #220E10. Grayscale: #EAEAEA. Windows color (decimal): -2231825 or 15725021. OLE color: 15725021.

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

Color convert

RGB221241239-
CMYK0.0800.010.05
HSL174º41.67%90.59%-
HSV(B)174º8.3%94.51%-
XYZ76.8584.5193.92-
YUV234.79130.37118.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.53%
GREEN value IS 241 (94.53% from 255) = 34.38%
BLUE value IS 239 (93.75% from 255) = 34.09%
R=31.53%
G=34.38%
B=34.09%

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
Decimal2212412390.0800.010.0517441.6790.59
HexDDF1EF8015ae2a5b
Octal3353613571001525652133
Binary110111011111000111101111100001101101011101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1EF; }

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

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

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

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

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

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

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

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