#D5F4E4

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

Shades of White Ice #D5F4E4

Tints of White Ice #D5F4E4

Color information

#D5F4E4 (or 0xD5F4E4) is unknown color: approx White Ice. HEX triplet: D5, F4 and E4. RGB value is (213,244,228). Sum of RGB (Red+Green+Blue) = 213+244+228=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #D5F4E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F4E4 is #2A0B1B. Grayscale: #E8E8E8. Windows color (decimal): -2755356 or 15004885. OLE color: 15004885.

HSL color Cylindrical-coordinate representation of color #D5F4E4: hue angle of 149.03º degrees, saturation: 0.58, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F4E4 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB213244228-
CMYK0.1300.070.04
HSL149.03º58.49%89.61%-
HSV(B)149.03º12.7%95.69%-
XYZ73.7984.4585.81-
YUV232.91125.23113.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.09%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=31.09%
G=35.62%
B=33.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2132442280.1300.070.04149.0358.4989.61
HexD5F4E4D074953a5a
Octal3253643441507422572132
Binary11010101111101001110010011010111100100101011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F4E4; }

 p { color: rgb(213,244,228); }

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

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

 a { background-color: rgb(213,244,228); }

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

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

 span { border-color: rgb(213,244,228); }

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