Shades of Iceberg #D0D5D3
Tints of Iceberg #D0D5D3
RGB
CMYK
RGB Variations
Color information
#D0D5D3 (or 0xD0D5D3) is known color: Iceberg. HEX triplet: D0, D5 and D3. RGB value is (208,213,211). Sum of RGB (Red+Green+Blue) = 208+213+211=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5D3 is #2F2A2C. Grayscale: #D3D3D3. Windows color (decimal): -3090989 or 13882832. OLE color: 13882832.
HSL color Cylindrical-coordinate representation of color #D0D5D3: hue angle of 156º degrees, saturation: 0.06, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0D5D3 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 208 | 213 | 211 | - |
CMYK | 0.02 | 0 | 0.01 | 0.16 |
HSL | 156º | 0.06% | 0.83% | - |
HSV(B) | 156º | 0.02% | 0.84% | - |
XYZ | 61.56 | 65.7 | 71.06 | - |
YUV | 211.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 213 | 211 | 0.02 | 0 | 0.01 | 0.16 | 156 | 0.06 | 0.83 |
Hex | D0 | D5 | D3 | 2 | 0 | 1 | 10 | 9C | 6 | 53 |
Octal | 320 | 325 | 323 | 2 | 0 | 1 | 20 | 234 | 6 | 123 |
Binary | 11010000 | 11010101 | 11010011 | 10 | 0 | 1 | 10000 | 10011100 | 110 | 1010011 |
Color Harmonies of #D0D5D3
Complementary color
Monochromatic Colors of #D0D5D3
Black with #D0D5D3
Text Example
Text Example
White with #D0D5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D5D3; }
p { color: rgb(208,213,211); }
H1.HeaderClassName
{
color: #D0D5D3;
}
.AnyTagClassName
{
color: #D0D5D3;
}
</style>
background-color css
<style>
a { background-color: #D0D5D3; }
a { background-color: rgb(208,213,211); }
div.DivClassName
{
background-color: #D0D5D3;
}
.BgClassName
{
background-color: #D0D5D3;
}
</style>
border-color css
<style>
span { border-color: #D0D5D3; }
span { border-color: rgb(208,213,211); }
td.TdClassName
{
border-color: #D0D5D3;
}
.TagClassName
{
border-color: #D0D5D3;
}
</style>