#D1DEDC

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

Shades of Jagged Ice #D1DEDC

Tints of Jagged Ice #D1DEDC

Color information

#D1DEDC (or 0xD1DEDC) is unknown color: approx Jagged Ice. HEX triplet: D1, DE and DC. RGB value is (209,222,220). Sum of RGB (Red+Green+Blue) = 209+222+220=651 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.10% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 222 - color contains mainly: green. Hex color #D1DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DEDC is #2E2123. Grayscale: #D9D9D9. Windows color (decimal): -3023140 or 14474961. OLE color: 14474961.

HSL color Cylindrical-coordinate representation of color #D1DEDC: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1DEDC is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB209222220-
CMYK0.0600.010.13
HSL170.77º16.46%84.51%-
HSV(B)170.77º5.86%87.06%-
XYZ65.3370.9777.96-
YUV217.89129.19121.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.10%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=32.10%
G=34.10%
B=33.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092222200.0600.010.13170.7716.4684.51
HexD1DEDC601Dab1055
Octal3213363346011525320125
Binary11010001110111101101110011001110110101011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DEDC; }

 p { color: rgb(209,222,220); }

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

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

 a { background-color: rgb(209,222,220); }

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

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

 span { border-color: rgb(209,222,220); }

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