#DDECE7

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

Shades of Clear Day #DDECE7

Tints of Clear Day #DDECE7

Color information

#DDECE7 (or 0xDDECE7) is unknown color: approx Clear Day. HEX triplet: DD, EC and E7. RGB value is (221,236,231). Sum of RGB (Red+Green+Blue) = 221+236+231=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 236 (92.58% from 255 or 34.30% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECE7 is #221318. Grayscale: #E6E6E6. Windows color (decimal): -2233113 or 15199453. OLE color: 15199453.

HSL color Cylindrical-coordinate representation of color #DDECE7: hue angle of 160º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDECE7 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB221236231-
CMYK0.0600.020.07
HSL160º28.3%89.61%-
HSV(B)160º6.36%92.55%-
XYZ74.2481.1387.35-
YUV230.94128.03120.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 236 (92.58% from 255) = 34.30%
BLUE value IS 231 (90.62% from 255) = 33.58%
R=32.12%
G=34.30%
B=33.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212362310.0600.020.0716028.389.61
HexDDECE76027a01c5a
Octal335354347602724034132
Binary11011101111011001110011111001011110100000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDECE7; }

 p { color: rgb(221,236,231); }

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

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

 a { background-color: rgb(221,236,231); }

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

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

 span { border-color: rgb(221,236,231); }

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