#D5FEEB

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

Shades of White Ice #D5FEEB

Tints of White Ice #D5FEEB

Color information

#D5FEEB (or 0xD5FEEB) is unknown color: approx White Ice. HEX triplet: D5, FE and EB. RGB value is (213,254,235). Sum of RGB (Red+Green+Blue) = 213+254+235=702 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.34% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FEEB is #2A0114. Grayscale: #EFEFEF. Windows color (decimal): -2752789 or 15466197. OLE color: 15466197.

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

Color convert

RGB213254235-
CMYK0.1600.070.00
HSL152.2º95.35%91.57%-
HSV(B)152.2º16.14%99.61%-
XYZ77.8891.0392.06-
YUV239.57125.42109.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.34%
GREEN value IS 254 (99.61% from 255) = 36.18%
BLUE value IS 235 (92.19% from 255) = 33.48%
R=30.34%
G=36.18%
B=33.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132542350.1600.070.00152.295.3591.57
HexD5FEEB10070985f5c
Octal32537635320070230137134
Binary11010101111111101110101110000011101001100010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FEEB; }

 p { color: rgb(213,254,235); }

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

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

 a { background-color: rgb(213,254,235); }

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

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

 span { border-color: rgb(213,254,235); }

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