#D5F1E7

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

Shades of White Ice #D5F1E7

Tints of White Ice #D5F1E7

Color information

#D5F1E7 (or 0xD5F1E7) is unknown color: approx White Ice. HEX triplet: D5, F1 and E7. RGB value is (213,241,231). Sum of RGB (Red+Green+Blue) = 213+241+231=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 231 (90.62% from 255 or 33.72% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F1E7 is #2A0E18. Grayscale: #E7E7E7. Windows color (decimal): -2756121 or 15200725. OLE color: 15200725.

HSL color Cylindrical-coordinate representation of color #D5F1E7: hue angle of 158.57º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F1E7 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB213241231-
CMYK0.1200.040.05
HSL158.57º50%89.02%-
HSV(B)158.57º11.62%94.51%-
XYZ73.3282.8387.72-
YUV231.49127.72114.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.09%
GREEN value IS 241 (94.53% from 255) = 35.18%
BLUE value IS 231 (90.62% from 255) = 33.72%
R=31.09%
G=35.18%
B=33.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132412310.1200.040.05158.575089.02
HexD5F1E7C0459f3259
Octal3253613471404523762131
Binary11010101111100011110011111000100101100111111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1E7; }

 p { color: rgb(213,241,231); }

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

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

 a { background-color: rgb(213,241,231); }

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

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

 span { border-color: rgb(213,241,231); }

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