#D5FFED

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

Shades of White Ice #D5FFED

Tints of White Ice #D5FFED

Color information

#D5FFED (or 0xD5FFED) is unknown color: approx White Ice. HEX triplet: D5, FF and ED. RGB value is (213,255,237). Sum of RGB (Red+Green+Blue) = 213+255+237=705 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.21% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 237 (92.97% from 255 or 33.62% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FFED is #2A0012. Grayscale: #F0F0F0. Windows color (decimal): -2752531 or 15597525. OLE color: 15597525.

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

Color convert

RGB213255237-
CMYK0.1600.070
HSL154.29º100%91.76%-
HSV(B)154.29º16.47%100%-
XYZ78.4991.7893.7-
YUV240.39126.09108.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.21%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 237 (92.97% from 255) = 33.62%
R=30.21%
G=36.17%
B=33.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132552370.1600.070154.2910091.76
HexD5FFED100709a645c
Octal32537735520070232144134
Binary11010101111111111110110110000011101001101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFED; }

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

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

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

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

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

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

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

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