#DDF7EF

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

Shades of Clear Day #DDF7EF

Tints of Clear Day #DDF7EF

Color information

#DDF7EF (or 0xDDF7EF) is unknown color: approx Clear Day. HEX triplet: DD, F7 and EF. RGB value is (221,247,239). Sum of RGB (Red+Green+Blue) = 221+247+239=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF7EF is #220810. Grayscale: #EEEEEE. Windows color (decimal): -2230289 or 15726557. OLE color: 15726557.

HSL color Cylindrical-coordinate representation of color #DDF7EF: hue angle of 161.54º 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 #DDF7EF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB221247239-
CMYK0.1100.030.03
HSL161.54º61.9%91.76%-
HSV(B)161.54º10.53%96.86%-
XYZ78.6688.1394.53-
YUV238.31128.39115.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.26%
GREEN value IS 247 (96.88% from 255) = 34.94%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=31.26%
G=34.94%
B=33.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212472390.1100.030.03161.5461.991.76
HexDDF7EFB033a23e5c
Octal3353673571303324276134
Binary110111011111011111101111101101111101000101111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF7EF; }

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

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

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

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

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

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

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

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