#DDF8EE

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

Shades of Clear Day #DDF8EE

Tints of Clear Day #DDF8EE

Color information

#DDF8EE (or 0xDDF8EE) is unknown color: approx Clear Day. HEX triplet: DD, F8 and EE. RGB value is (221,248,238). Sum of RGB (Red+Green+Blue) = 221+248+238=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF8EE is #220711. Grayscale: #EEEEEE. Windows color (decimal): -2230034 or 15661277. OLE color: 15661277.

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

Color convert

RGB221248238-
CMYK0.1100.040.03
HSL157.78º65.85%91.96%-
HSV(B)157.78º10.89%97.25%-
XYZ78.8288.6893.85-
YUV238.79127.55115.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.26%
GREEN value IS 248 (97.27% from 255) = 35.08%
BLUE value IS 238 (93.36% from 255) = 33.66%
R=31.26%
G=35.08%
B=33.66%

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
Decimal2212482380.1100.040.03157.7865.8591.96
HexDDF8EEB0439e425c
Octal33537035613043236102134
Binary11011101111110001110111010110100111001111010000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8EE; }

 p { color: rgb(221,248,238); }

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

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

 a { background-color: rgb(221,248,238); }

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

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

 span { border-color: rgb(221,248,238); }

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