#DDFDED

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

Shades of White Ice #DDFDED

Tints of White Ice #DDFDED

Color information

#DDFDED (or 0xDDFDED) is unknown color: approx White Ice. HEX triplet: DD, FD and ED. RGB value is (221,253,237). Sum of RGB (Red+Green+Blue) = 221+253+237=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 237 (92.97% from 255 or 33.33% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDED is #220212. Grayscale: #F1F1F1. Windows color (decimal): -2228755 or 15597021. OLE color: 15597021.

HSL color Cylindrical-coordinate representation of color #DDFDED: hue angle of 150º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDED is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB221253237-
CMYK0.1300.060.01
HSL150º88.89%92.94%-
HSV(B)150º12.65%99.22%-
XYZ80.2391.7493.6-
YUV241.61125.4113.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.08%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 237 (92.97% from 255) = 33.33%
R=31.08%
G=35.58%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532370.1300.060.0115088.8992.94
HexDDFDEDD06196595d
Octal33537535515061226131135
Binary1101110111111101111011011101011011001011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDED; }

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

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

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

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

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

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

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

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