#DDF7ED

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

Shades of Clear Day #DDF7ED

Tints of Clear Day #DDF7ED

Color information

#DDF7ED (or 0xDDF7ED) is unknown color: approx Clear Day. HEX triplet: DD, F7 and ED. RGB value is (221,247,237). Sum of RGB (Red+Green+Blue) = 221+247+237=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF7ED is #220812. Grayscale: #EEEEEE. Windows color (decimal): -2230291 or 15595485. OLE color: 15595485.

HSL color Cylindrical-coordinate representation of color #DDF7ED: hue angle of 156.92º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF7ED is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB221247237-
CMYK0.1100.040.03
HSL156.92º61.9%91.76%-
HSV(B)156.92º10.53%96.86%-
XYZ78.3788.0192.98-
YUV238.09127.39115.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.35%
GREEN value IS 247 (96.88% from 255) = 35.04%
BLUE value IS 237 (92.97% from 255) = 33.62%
R=31.35%
G=35.04%
B=33.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212472370.1100.040.03156.9261.991.76
HexDDF7EDB0439d3e5c
Octal3353673551304323576134
Binary1101110111110111111011011011010011100111011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7ED; }

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

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

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

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

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

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

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

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