#D1ECE6

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

Shades of Jagged Ice #D1ECE6

Tints of Jagged Ice #D1ECE6

Color information

#D1ECE6 (or 0xD1ECE6) is unknown color: approx Jagged Ice. HEX triplet: D1, EC and E6. RGB value is (209,236,230). Sum of RGB (Red+Green+Blue) = 209+236+230=675 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.96% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 236 - color contains mainly: green. Hex color #D1ECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D1ECE6 is #2E1319. Grayscale: #E3E3E3. Windows color (decimal): -3019546 or 15133905. OLE color: 15133905.

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

Color convert

RGB209236230-
CMYK0.1100.030.07
HSL166.67º41.54%87.25%-
HSV(B)166.67º11.44%92.55%-
XYZ70.5779.2686.44-
YUV227.24129.55114.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.96%
GREEN value IS 236 (92.58% from 255) = 34.96%
BLUE value IS 230 (90.23% from 255) = 34.07%
R=30.96%
G=34.96%
B=34.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092362300.1100.030.07166.6741.5487.25
HexD1ECE6B037a72a57
Octal3213543461303724752127
Binary1101000111101100111001101011011111101001111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ECE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ECE6; }

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

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

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

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

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

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

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

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