#D5EBDF

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

Shades of White Ice #D5EBDF

Tints of White Ice #D5EBDF

Color information

#D5EBDF (or 0xD5EBDF) is unknown color: approx White Ice. HEX triplet: D5, EB and DF. RGB value is (213,235,223). Sum of RGB (Red+Green+Blue) = 213+235+223=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBDF is #2A1420. Grayscale: #E3E3E3. Windows color (decimal): -2757665 or 14674901. OLE color: 14674901.

HSL color Cylindrical-coordinate representation of color #D5EBDF: hue angle of 147.27º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EBDF is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB213235223-
CMYK0.0900.050.08
HSL147.27º35.48%87.84%-
HSV(B)147.27º9.36%92.16%-
XYZ70.4778.8981.33-
YUV227.05125.71117.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 223 (87.5% from 255) = 33.23%
R=31.74%
G=35.02%
B=33.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132352230.0900.050.08147.2735.4887.84
HexD5EBDF9058932358
Octal32535333711051022343130
Binary110101011110101111011111100101011000100100111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBDF; }

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

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

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

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

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

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

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

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