#DDF2EF

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

Shades of Tranquil #DDF2EF

Tints of Tranquil #DDF2EF

Color information

#DDF2EF (or 0xDDF2EF) is unknown color: approx Tranquil. HEX triplet: DD, F2 and EF. RGB value is (221,242,239). Sum of RGB (Red+Green+Blue) = 221+242+239=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2EF is #220D10. Grayscale: #EBEBEB. Windows color (decimal): -2231569 or 15725277. OLE color: 15725277.

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

Color convert

RGB221242239-
CMYK0.0900.010.05
HSL171.43º44.68%90.78%-
HSV(B)171.43º8.68%94.9%-
XYZ77.1585.1194.02-
YUV235.38130.04117.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.48%
GREEN value IS 242 (94.92% from 255) = 34.47%
BLUE value IS 239 (93.75% from 255) = 34.05%
R=31.48%
G=34.47%
B=34.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422390.0900.010.05171.4344.6890.78
HexDDF2EF9015ab2d5b
Octal3353623571101525355133
Binary110111011111001011101111100101101101010111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2EF; }

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

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

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

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

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

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

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

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