#D3DCD8

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

Shades of Iceberg #D3DCD8

Tints of Iceberg #D3DCD8

Color information

#D3DCD8 (or 0xD3DCD8) is unknown color: approx Iceberg. HEX triplet: D3, DC and D8. RGB value is (211,220,216). Sum of RGB (Red+Green+Blue) = 211+220+216=647 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.61% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCD8 is #2C2327. Grayscale: #D8D8D8. Windows color (decimal): -2892584 or 14212307. OLE color: 14212307.

HSL color Cylindrical-coordinate representation of color #D3DCD8: hue angle of 153.33º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D3DCD8 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB211220216-
CMYK0.0400.020.14
HSL153.33º11.39%84.51%-
HSV(B)153.33º4.09%86.27%-
XYZ64.8569.9975.06-
YUV216.85127.52123.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.61%
GREEN value IS 220 (86.33% from 255) = 34.00%
BLUE value IS 216 (84.77% from 255) = 33.38%
R=32.61%
G=34.00%
B=33.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112202160.0400.020.14153.3311.3984.51
HexD3DCD8402E99b55
Octal3233343304021623113125
Binary11010011110111001101100010001011101001100110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DCD8; }

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

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

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

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

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

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

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

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