#DDF3ED

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

Shades of Clear Day #DDF3ED

Tints of Clear Day #DDF3ED

Color information

#DDF3ED (or 0xDDF3ED) is unknown color: approx Clear Day. HEX triplet: DD, F3 and ED. RGB value is (221,243,237). Sum of RGB (Red+Green+Blue) = 221+243+237=701 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.53% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 237 (92.97% from 255 or 33.81% from 701); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3ED is #220C12. Grayscale: #EBEBEB. Windows color (decimal): -2231315 or 15594461. OLE color: 15594461.

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

Color convert

RGB221243237-
CMYK0.0900.020.05
HSL163.64º47.83%90.98%-
HSV(B)163.64º9.05%95.29%-
XYZ77.1685.5992.57-
YUV235.74128.71117.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.53%
GREEN value IS 243 (95.31% from 255) = 34.66%
BLUE value IS 237 (92.97% from 255) = 33.81%
R=31.53%
G=34.66%
B=33.81%

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
Decimal2212432370.0900.020.05163.6447.8390.98
HexDDF3ED9025a4305b
Octal3353633551102524460133
Binary1101110111110011111011011001010101101001001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3ED; }

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

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

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

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

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

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

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

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