#DDFFEE

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

Shades of White Ice #DDFFEE

Tints of White Ice #DDFFEE

Color information

#DDFFEE (or 0xDDFFEE) is unknown color: approx White Ice. HEX triplet: DD, FF and EE. RGB value is (221,255,238). Sum of RGB (Red+Green+Blue) = 221+255+238=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFFEE is #220011. Grayscale: #F2F2F2. Windows color (decimal): -2228242 or 15663069. OLE color: 15663069.

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

Color convert

RGB221255238-
CMYK0.1300.070
HSL150º100%93.33%-
HSV(B)150º13.33%100%-
XYZ81.0193.0794.58-
YUV242.9125.24112.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 30.95%
GREEN value IS 255 (100% from 255) = 35.71%
BLUE value IS 238 (93.36% from 255) = 33.33%
R=30.95%
G=35.71%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552380.1300.07015010093.33
HexDDFFEED07096645d
Octal33537735615070226144135
Binary1101110111111111111011101101011101001011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFEE; }

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

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

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

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

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

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

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

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