#DDF9EE

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

Shades of Clear Day #DDF9EE

Tints of Clear Day #DDF9EE

Color information

#DDF9EE (or 0xDDF9EE) is unknown color: approx Clear Day. HEX triplet: DD, F9 and EE. RGB value is (221,249,238). Sum of RGB (Red+Green+Blue) = 221+249+238=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 238 (93.36% from 255 or 33.62% from 708); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9EE is #220611. Grayscale: #EFEFEF. Windows color (decimal): -2229778 or 15661533. OLE color: 15661533.

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

Color convert

RGB221249238-
CMYK0.1100.040.02
HSL156.43º70%92.16%-
HSV(B)156.43º11.24%97.65%-
XYZ79.1389.393.95-
YUV239.37127.22114.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.21%
GREEN value IS 249 (97.66% from 255) = 35.17%
BLUE value IS 238 (93.36% from 255) = 33.62%
R=31.21%
G=35.17%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2212492380.1100.040.02156.437092.16
HexDDF9EEB0429c465c
Octal33537135613042234106134
Binary11011101111110011110111010110100101001110010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9EE; }

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

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

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

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

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

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

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

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