#D3FEEB

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

Shades of White Ice #D3FEEB

Tints of White Ice #D3FEEB

Color information

#D3FEEB (or 0xD3FEEB) is unknown color: approx White Ice. HEX triplet: D3, FE and EB. RGB value is (211,254,235). Sum of RGB (Red+Green+Blue) = 211+254+235=700 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.14% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FEEB is #2C0114. Grayscale: #EFEFEF. Windows color (decimal): -2883861 or 15466195. OLE color: 15466195.

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

Color convert

RGB211254235-
CMYK0.1700.070.00
HSL153.49º95.56%91.18%-
HSV(B)153.49º16.93%99.61%-
XYZ77.390.7392.04-
YUV238.98125.75108.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.14%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=30.14%
G=36.29%
B=33.57%

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
Decimal2112542350.1700.070.00153.4995.5691.18
HexD3FEEB1107099605b
Octal32337635321070231140133
Binary11010011111111101110101110001011101001100111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FEEB; }

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

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

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

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

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

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

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

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