Shades of Iceberg #CDD8D3
Tints of Iceberg #CDD8D3
RGB
CMYK
RGB Variations
Color information
#CDD8D3 (or 0xCDD8D3) is known color: Iceberg. HEX triplet: CD, D8 and D3. RGB value is (205,216,211). Sum of RGB (Red+Green+Blue) = 205+216+211=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8D3 is #32272C. Grayscale: #D4D4D4. Windows color (decimal): -3286829 or 13883597. OLE color: 13883597.
HSL color Cylindrical-coordinate representation of color #CDD8D3: hue angle of 152.73º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDD8D3 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 211 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.15 |
| HSL | 152.73º | 0.12% | 0.83% | - |
| HSV(B) | 152.73º | 0.05% | 0.85% | - |
| XYZ | 61.49 | 66.79 | 71.28 | - |
| YUV | 212.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 211 | 0.05 | 0 | 0.02 | 0.15 | 152.73 | 0.12 | 0.83 |
| Hex | CD | D8 | D3 | 5 | 0 | 2 | F | 99 | C | 53 |
| Octal | 315 | 330 | 323 | 5 | 0 | 2 | 17 | 231 | 14 | 123 |
| Binary | 11001101 | 11011000 | 11010011 | 101 | 0 | 10 | 1111 | 10011001 | 1100 | 1010011 |
Color Harmonies of #CDD8D3
Complementary color
Monochromatic Colors of #CDD8D3
Black with #CDD8D3
Text Example
Text Example
White with #CDD8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8D3; }
p { color: rgb(205,216,211); }
H1.HeaderClassName
{
color: #CDD8D3;
}
.AnyTagClassName
{
color: #CDD8D3;
}
</style>
background-color css
<style>
a { background-color: #CDD8D3; }
a { background-color: rgb(205,216,211); }
div.DivClassName
{
background-color: #CDD8D3;
}
.BgClassName
{
background-color: #CDD8D3;
}
</style>
border-color css
<style>
span { border-color: #CDD8D3; }
span { border-color: rgb(205,216,211); }
td.TdClassName
{
border-color: #CDD8D3;
}
.TagClassName
{
border-color: #CDD8D3;
}
</style>