#D8FDEC

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

Shades of White Ice #D8FDEC

Tints of White Ice #D8FDEC

Color information

#D8FDEC (or 0xD8FDEC) is unknown color: approx White Ice. HEX triplet: D8, FD and EC. RGB value is (216,253,236). Sum of RGB (Red+Green+Blue) = 216+253+236=705 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.64% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FDEC is #270213. Grayscale: #F0F0F0. Windows color (decimal): -2556436 or 15531480. OLE color: 15531480.

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

Color convert

RGB216253236-
CMYK0.1500.070.01
HSL152.43º90.24%91.96%-
HSV(B)152.43º14.62%99.22%-
XYZ78.5890.9192.76-
YUV240125.74110.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.64%
GREEN value IS 253 (99.22% from 255) = 35.89%
BLUE value IS 236 (92.58% from 255) = 33.48%
R=30.64%
G=35.89%
B=33.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162532360.1500.070.01152.4390.2491.96
HexD8FDECF071985a5c
Octal33037535417071230132134
Binary1101100011111101111011001111011111001100010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FDEC; }

 p { color: rgb(216,253,236); }

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

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

 a { background-color: rgb(216,253,236); }

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

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

 span { border-color: rgb(216,253,236); }

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