#D3FCEB

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

Shades of White Ice #D3FCEB

Tints of White Ice #D3FCEB

Color information

#D3FCEB (or 0xD3FCEB) is unknown color: approx White Ice. HEX triplet: D3, FC and EB. RGB value is (211,252,235). Sum of RGB (Red+Green+Blue) = 211+252+235=698 (92% of max value = 765). Red value is 211 (82.81% from 255 or 30.23% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3FCEB is #2C0314. Grayscale: #EDEDED. Windows color (decimal): -2884373 or 15465683. OLE color: 15465683.

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

Color convert

RGB211252235-
CMYK0.1600.070.01
HSL155.12º87.23%90.78%-
HSV(B)155.12º16.27%98.82%-
XYZ76.6789.4791.83-
YUV237.8126.42108.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.23%
GREEN value IS 252 (98.83% from 255) = 36.10%
BLUE value IS 235 (92.19% from 255) = 33.67%
R=30.23%
G=36.10%
B=33.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112522350.1600.070.01155.1287.2390.78
HexD3FCEB100719b575b
Octal32337435320071233127133
Binary11010011111111001110101110000011111001101110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FCEB; }

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

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

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

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

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

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

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

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