#DDFEEE

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

Shades of White Ice #DDFEEE

Tints of White Ice #DDFEEE

Color information

#DDFEEE (or 0xDDFEEE) is unknown color: approx White Ice. HEX triplet: DD, FE and EE. RGB value is (221,254,238). Sum of RGB (Red+Green+Blue) = 221+254+238=713 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.00% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 238 (93.36% from 255 or 33.38% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFEEE is #220111. Grayscale: #F2F2F2. Windows color (decimal): -2228498 or 15662813. OLE color: 15662813.

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

Color convert

RGB221254238-
CMYK0.1300.060.00
HSL150.91º94.29%93.14%-
HSV(B)150.91º12.99%99.61%-
XYZ80.6992.4394.48-
YUV242.31125.57112.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.00%
GREEN value IS 254 (99.61% from 255) = 35.62%
BLUE value IS 238 (93.36% from 255) = 33.38%
R=31.00%
G=35.62%
B=33.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212542380.1300.060.00150.9194.2993.14
HexDDFEEED060975e5d
Octal33537635615060227136135
Binary1101110111111110111011101101011001001011110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEEE; }

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

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

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

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

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

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

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

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