#DDF6EE

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

Shades of Clear Day #DDF6EE

Tints of Clear Day #DDF6EE

Color information

#DDF6EE (or 0xDDF6EE) is unknown color: approx Clear Day. HEX triplet: DD, F6 and EE. RGB value is (221,246,238). Sum of RGB (Red+Green+Blue) = 221+246+238=705 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.35% from 705); Green value is 246 (96.48% from 255 or 34.89% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF6EE is #220911. Grayscale: #EDEDED. Windows color (decimal): -2230546 or 15660765. OLE color: 15660765.

HSL color Cylindrical-coordinate representation of color #DDF6EE: hue angle of 160.8º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF6EE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB221246238-
CMYK0.1000.030.04
HSL160.8º58.14%91.57%-
HSV(B)160.8º10.16%96.47%-
XYZ78.2187.4693.65-
YUV237.61128.22116.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.35%
GREEN value IS 246 (96.48% from 255) = 34.89%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=31.35%
G=34.89%
B=33.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212462380.1000.030.04160.858.1491.57
HexDDF6EEA034a13a5c
Octal3353663561203424172134
Binary1101110111110110111011101010011100101000011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF6EE; }

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

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

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

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

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

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

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

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