#DDEDE7

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

Shades of Clear Day #DDEDE7

Tints of Clear Day #DDEDE7

Color information

#DDEDE7 (or 0xDDEDE7) is unknown color: approx Clear Day. HEX triplet: DD, ED and E7. RGB value is (221,237,231). Sum of RGB (Red+Green+Blue) = 221+237+231=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 237 (92.97% from 255 or 34.40% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDE7 is #221218. Grayscale: #E7E7E7. Windows color (decimal): -2232857 or 15199709. OLE color: 15199709.

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

Color convert

RGB221237231-
CMYK0.0700.030.07
HSL157.5º30.77%89.8%-
HSV(B)157.5º6.75%92.94%-
XYZ74.5381.7187.44-
YUV231.53127.7120.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 237 (92.97% from 255) = 34.40%
BLUE value IS 231 (90.62% from 255) = 33.53%
R=32.08%
G=34.40%
B=33.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372310.0700.030.07157.530.7789.8
HexDDEDE770379e1f5a
Octal335355347703723637132
Binary11011101111011011110011111101111110011110111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDE7; }

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

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

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

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

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

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

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

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