#D3FEEC

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

Shades of White Ice #D3FEEC

Tints of White Ice #D3FEEC

Color information

#D3FEEC (or 0xD3FEEC) is unknown color: approx White Ice. HEX triplet: D3, FE and EC. RGB value is (211,254,236). Sum of RGB (Red+Green+Blue) = 211+254+236=701 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.10% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FEEC is #2C0113. Grayscale: #EFEFEF. Windows color (decimal): -2883860 or 15531731. OLE color: 15531731.

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

Color convert

RGB211254236-
CMYK0.1700.070.00
HSL154.88º95.56%91.18%-
HSV(B)154.88º16.93%99.61%-
XYZ77.4590.7992.8-
YUV239.09126.25107.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.10%
GREEN value IS 254 (99.61% from 255) = 36.23%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=30.10%
G=36.23%
B=33.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2112542360.1700.070.00154.8895.5691.18
HexD3FEEC110709b605b
Octal32337635421070233140133
Binary11010011111111101110110010001011101001101111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FEEC; }

 p { color: rgb(211,254,236); }

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

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

 a { background-color: rgb(211,254,236); }

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

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

 span { border-color: rgb(211,254,236); }

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