#D5F8EB

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

Shades of White Ice #D5F8EB

Tints of White Ice #D5F8EB

Color information

#D5F8EB (or 0xD5F8EB) is unknown color: approx White Ice. HEX triplet: D5, F8 and EB. RGB value is (213,248,235). Sum of RGB (Red+Green+Blue) = 213+248+235=696 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.60% from 696); Green value is 248 (97.27% from 255 or 35.63% from 696); Blue value is 235 (92.19% from 255 or 33.76% from 696); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F8EB is #2A0714. Grayscale: #ECECEC. Windows color (decimal): -2754325 or 15464661. OLE color: 15464661.

HSL color Cylindrical-coordinate representation of color #D5F8EB: hue angle of 157.71º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F8EB is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB213248235-
CMYK0.1400.050.03
HSL157.71º71.43%90.39%-
HSV(B)157.71º14.11%97.25%-
XYZ7687.2891.44-
YUV236.05127.4111.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.60%
GREEN value IS 248 (97.27% from 255) = 35.63%
BLUE value IS 235 (92.19% from 255) = 33.76%
R=30.60%
G=35.63%
B=33.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132482350.1400.050.03157.7171.4390.39
HexD5F8EBE0539e475a
Octal32537035316053236107132
Binary11010101111110001110101111100101111001111010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F8EB; }

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

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

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

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

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

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

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

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