#D5FCEC

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

Shades of White Ice #D5FCEC

Tints of White Ice #D5FCEC

Color information

#D5FCEC (or 0xD5FCEC) is unknown color: approx White Ice. HEX triplet: D5, FC and EC. RGB value is (213,252,236). Sum of RGB (Red+Green+Blue) = 213+252+236=701 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.39% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FCEC is #2A0313. Grayscale: #EEEEEE. Windows color (decimal): -2753300 or 15531221. OLE color: 15531221.

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

Color convert

RGB213252236-
CMYK0.1500.060.01
HSL155.38º86.67%91.18%-
HSV(B)155.38º15.48%98.82%-
XYZ77.3989.8292.62-
YUV238.52126.58109.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.39%
GREEN value IS 252 (98.83% from 255) = 35.95%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=30.39%
G=35.95%
B=33.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132522360.1500.060.01155.3886.6791.18
HexD5FCECF0619b575b
Octal32537435417061233127133
Binary1101010111111100111011001111011011001101110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCEC; }

 p { color: rgb(213,252,236); }

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

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

 a { background-color: rgb(213,252,236); }

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

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

 span { border-color: rgb(213,252,236); }

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