#DDF2ED

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

Shades of Tranquil #DDF2ED

Tints of Tranquil #DDF2ED

Color information

#DDF2ED (or 0xDDF2ED) is unknown color: approx Tranquil. HEX triplet: DD, F2 and ED. RGB value is (221,242,237). Sum of RGB (Red+Green+Blue) = 221+242+237=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF2ED is #220D12. Grayscale: #EBEBEB. Windows color (decimal): -2231571 or 15594205. OLE color: 15594205.

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

Color convert

RGB221242237-
CMYK0.0900.020.05
HSL165.71º44.68%90.78%-
HSV(B)165.71º8.68%94.9%-
XYZ76.8684.9992.47-
YUV235.15129.04117.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.57%
GREEN value IS 242 (94.92% from 255) = 34.57%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=31.57%
G=34.57%
B=33.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212422370.0900.020.05165.7144.6890.78
HexDDF2ED9025a62d5b
Octal3353623551102524655133
Binary1101110111110010111011011001010101101001101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2ED; }

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

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

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

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

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

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

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

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