#D4FFED

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

Shades of White Ice #D4FFED

Tints of White Ice #D4FFED

Color information

#D4FFED (or 0xD4FFED) is unknown color: approx White Ice. HEX triplet: D4, FF and ED. RGB value is (212,255,237). Sum of RGB (Red+Green+Blue) = 212+255+237=704 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.11% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 237 (92.97% from 255 or 33.66% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FFED is #2B0012. Grayscale: #F0F0F0. Windows color (decimal): -2818067 or 15597524. OLE color: 15597524.

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

Color convert

RGB212255237-
CMYK0.1700.070
HSL154.88º100%91.57%-
HSV(B)154.88º16.86%100%-
XYZ78.291.6393.69-
YUV240.09126.25107.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.11%
GREEN value IS 255 (100% from 255) = 36.22%
BLUE value IS 237 (92.97% from 255) = 33.66%
R=30.11%
G=36.22%
B=33.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122552370.1700.070154.8810091.57
HexD4FFED110709b645c
Octal32437735521070233144134
Binary11010100111111111110110110001011101001101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FFED; }

 p { color: rgb(212,255,237); }

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

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

 a { background-color: rgb(212,255,237); }

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

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

 span { border-color: rgb(212,255,237); }

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