#D1EBE5

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

Shades of Jagged Ice #D1EBE5

Tints of Jagged Ice #D1EBE5

Color information

#D1EBE5 (or 0xD1EBE5) is unknown color: approx Jagged Ice. HEX triplet: D1, EB and E5. RGB value is (209,235,229). Sum of RGB (Red+Green+Blue) = 209+235+229=673 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.05% from 673); Green value is 235 (92.19% from 255 or 34.92% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EBE5 is #2E141A. Grayscale: #E2E2E2. Windows color (decimal): -3019803 or 15068113. OLE color: 15068113.

HSL color Cylindrical-coordinate representation of color #D1EBE5: hue angle of 166.15º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1EBE5 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB209235229-
CMYK0.1100.030.08
HSL166.15º39.39%87.06%-
HSV(B)166.15º11.06%92.16%-
XYZ70.1578.6385.61-
YUV226.54129.39115.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.05%
GREEN value IS 235 (92.19% from 255) = 34.92%
BLUE value IS 229 (89.84% from 255) = 34.03%
R=31.05%
G=34.92%
B=34.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092352290.1100.030.08166.1539.3987.06
HexD1EBE5B038a62757
Octal32135334513031024647127
Binary11010001111010111110010110110111000101001101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EBE5; }

 p { color: rgb(209,235,229); }

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

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

 a { background-color: rgb(209,235,229); }

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

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

 span { border-color: rgb(209,235,229); }

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