#D3FDEB

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

Shades of White Ice #D3FDEB

Tints of White Ice #D3FDEB

Color information

#D3FDEB (or 0xD3FDEB) is unknown color: approx White Ice. HEX triplet: D3, FD and EB. RGB value is (211,253,235). Sum of RGB (Red+Green+Blue) = 211+253+235=699 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.19% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FDEB is #2C0214. Grayscale: #EEEEEE. Windows color (decimal): -2884117 or 15465939. OLE color: 15465939.

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

Color convert

RGB211253235-
CMYK0.1700.070.01
HSL154.29º91.3%90.98%-
HSV(B)154.29º16.6%99.22%-
XYZ76.9890.191.93-
YUV238.39126.09108.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.19%
GREEN value IS 253 (99.22% from 255) = 36.19%
BLUE value IS 235 (92.19% from 255) = 33.62%
R=30.19%
G=36.19%
B=33.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112532350.1700.070.01154.2991.390.98
HexD3FDEB110719a5b5b
Octal32337535321071232133133
Binary11010011111111011110101110001011111001101010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FDEB; }

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

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

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

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

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

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

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

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