#D1EBE6

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

Shades of Jagged Ice #D1EBE6

Tints of Jagged Ice #D1EBE6

Color information

#D1EBE6 (or 0xD1EBE6) is unknown color: approx Jagged Ice. HEX triplet: D1, EB and E6. RGB value is (209,235,230). Sum of RGB (Red+Green+Blue) = 209+235+230=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 235 (92.19% from 255 or 34.87% from 674); Blue value is 230 (90.23% from 255 or 34.12% from 674); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1EBE6 is #2E1419. Grayscale: #E2E2E2. Windows color (decimal): -3019802 or 15133649. OLE color: 15133649.

HSL color Cylindrical-coordinate representation of color #D1EBE6: hue angle of 168.46º 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 #D1EBE6 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB209235230-
CMYK0.1100.020.08
HSL168.46º39.39%87.06%-
HSV(B)168.46º11.06%92.16%-
XYZ70.2978.6986.35-
YUV226.66129.89115.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.01%
GREEN value IS 235 (92.19% from 255) = 34.87%
BLUE value IS 230 (90.23% from 255) = 34.12%
R=31.01%
G=34.87%
B=34.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092352300.1100.020.08168.4639.3987.06
HexD1EBE6B028a82757
Octal32135334613021025047127
Binary11010001111010111110011010110101000101010001001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EBE6; }

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

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

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

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

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

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

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

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