#D3DDDB

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

Shades of Jagged Ice #D3DDDB

Tints of Jagged Ice #D3DDDB

Color information

#D3DDDB (or 0xD3DDDB) is unknown color: approx Jagged Ice. HEX triplet: D3, DD and DB. RGB value is (211,221,219). Sum of RGB (Red+Green+Blue) = 211+221+219=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDDB is #2C2224. Grayscale: #D9D9D9. Windows color (decimal): -2892325 or 14409171. OLE color: 14409171.

HSL color Cylindrical-coordinate representation of color #D3DDDB: hue angle of 168º degrees, saturation: 0.13, 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 #D3DDDB is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB211221219-
CMYK0.0500.010.13
HSL168º12.82%84.71%-
HSV(B)168º4.52%86.67%-
XYZ65.5170.6877.21-
YUV217.78128.69123.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.41%
GREEN value IS 221 (86.72% from 255) = 33.95%
BLUE value IS 219 (85.94% from 255) = 33.64%
R=32.41%
G=33.95%
B=33.64%

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
Decimal2112212190.0500.010.1316812.8284.71
HexD3DDDB501Da8d55
Octal3233353335011525015125
Binary1101001111011101110110111010111011010100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DDDB; }

 p { color: rgb(211,221,219); }

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

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

 a { background-color: rgb(211,221,219); }

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

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

 span { border-color: rgb(211,221,219); }

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