#DDF9ED

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

Shades of Clear Day #DDF9ED

Tints of Clear Day #DDF9ED

Color information

#DDF9ED (or 0xDDF9ED) is unknown color: approx Clear Day. HEX triplet: DD, F9 and ED. RGB value is (221,249,237). Sum of RGB (Red+Green+Blue) = 221+249+237=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9ED is #220612. Grayscale: #EFEFEF. Windows color (decimal): -2229779 or 15595997. OLE color: 15595997.

HSL color Cylindrical-coordinate representation of color #DDF9ED: hue angle of 154.29º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9ED is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB221249237-
CMYK0.1100.050.02
HSL154.29º70%92.16%-
HSV(B)154.29º11.24%97.65%-
XYZ78.9889.2493.18-
YUV239.26126.72114.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.26%
GREEN value IS 249 (97.66% from 255) = 35.22%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=31.26%
G=35.22%
B=33.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212492370.1100.050.02154.297092.16
HexDDF9EDB0529a465c
Octal33537135513052232106134
Binary11011101111110011110110110110101101001101010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9ED; }

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

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

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

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

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

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

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

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