#D5DCD9

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

Shades of Iceberg #D5DCD9

Tints of Iceberg #D5DCD9

Color information

#D5DCD9 (or 0xD5DCD9) is unknown color: approx Iceberg. HEX triplet: D5, DC and D9. RGB value is (213,220,217). Sum of RGB (Red+Green+Blue) = 213+220+217=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 220 (86.33% from 255 or 33.85% from 650); Blue value is 217 (85.16% from 255 or 33.38% from 650); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCD9 is #2A2326. Grayscale: #D9D9D9. Windows color (decimal): -2761511 or 14277845. OLE color: 14277845.

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

Color convert

RGB213220217-
CMYK0.0300.010.14
HSL154.29º9.09%84.9%-
HSV(B)154.29º3.18%86.27%-
XYZ65.5670.3475.77-
YUV217.56127.68124.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.77%
GREEN value IS 220 (86.33% from 255) = 33.85%
BLUE value IS 217 (85.16% from 255) = 33.38%
R=32.77%
G=33.85%
B=33.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132202170.0300.010.14154.299.0984.9
HexD5DCD9301E9a955
Octal3253343313011623211125
Binary110101011101110011011001110111101001101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCD9; }

 p { color: rgb(213,220,217); }

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

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

 a { background-color: rgb(213,220,217); }

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

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

 span { border-color: rgb(213,220,217); }

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