#DDEDE6

Color #DDEDE6 White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #DDEDE6

Tints of White Ice #DDEDE6

Color information

#DDEDE6 (or 0xDDEDE6) is unknown color: approx White Ice. HEX triplet: DD, ED and E6. RGB value is (221,237,230). Sum of RGB (Red+Green+Blue) = 221+237+230=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDE6 is #221219. Grayscale: #E7E7E7. Windows color (decimal): -2232858 or 15134173. OLE color: 15134173.

HSL color Cylindrical-coordinate representation of color #DDEDE6: hue angle of 153.75º 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 #DDEDE6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB221237230-
CMYK0.0700.030.07
HSL153.75º30.77%89.8%-
HSV(B)153.75º6.75%92.94%-
XYZ74.3981.6586.7-
YUV231.42127.2120.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=32.12%
G=34.45%
B=33.43%

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
Decimal2212372300.0700.030.07153.7530.7789.8
HexDDEDE670379a1f5a
Octal335355346703723237132
Binary11011101111011011110011011101111110011010111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDE6; }

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

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

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

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

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

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

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

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