#D3DEDC

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

Shades of Jagged Ice #D3DEDC

Tints of Jagged Ice #D3DEDC

Color information

#D3DEDC (or 0xD3DEDC) is unknown color: approx Jagged Ice. HEX triplet: D3, DE and DC. RGB value is (211,222,220). Sum of RGB (Red+Green+Blue) = 211+222+220=653 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.31% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DEDC is #2C2123. Grayscale: #DADADA. Windows color (decimal): -2892068 or 14474963. OLE color: 14474963.

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

Color convert

RGB211222220-
CMYK0.0500.010.13
HSL169.09º14.29%84.9%-
HSV(B)169.09º4.95%87.06%-
XYZ65.971.2677.99-
YUV218.48128.86122.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.31%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=32.31%
G=34.00%
B=33.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112222200.0500.010.13169.0914.2984.9
HexD3DEDC501Da9e55
Octal3233363345011525116125
Binary1101001111011110110111001010111011010100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DEDC; }

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

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

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

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

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

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

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

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