Shades of Iceberg #CDD8D4
Tints of Iceberg #CDD8D4
RGB
CMYK
RGB Variations
Color information
#CDD8D4 (or 0xCDD8D4) is known color: Iceberg. HEX triplet: CD, D8 and D4. RGB value is (205,216,212). Sum of RGB (Red+Green+Blue) = 205+216+212=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8D4 is #32272B. Grayscale: #D4D4D4. Windows color (decimal): -3286828 or 13949133. OLE color: 13949133.
HSL color Cylindrical-coordinate representation of color #CDD8D4: hue angle of 158.18º 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 #CDD8D4 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 212 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.15 |
| HSL | 158.18º | 0.12% | 0.83% | - |
| HSV(B) | 158.18º | 0.05% | 0.85% | - |
| XYZ | 61.62 | 66.84 | 71.94 | - |
| YUV | 212.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 212 | 0.05 | 0 | 0.02 | 0.15 | 158.18 | 0.12 | 0.83 |
| Hex | CD | D8 | D4 | 5 | 0 | 2 | F | 9E | C | 53 |
| Octal | 315 | 330 | 324 | 5 | 0 | 2 | 17 | 236 | 14 | 123 |
| Binary | 11001101 | 11011000 | 11010100 | 101 | 0 | 10 | 1111 | 10011110 | 1100 | 1010011 |
Color Harmonies of #CDD8D4
Complementary color
Monochromatic Colors of #CDD8D4
Black with #CDD8D4
Text Example
Text Example
White with #CDD8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8D4; }
p { color: rgb(205,216,212); }
H1.HeaderClassName
{
color: #CDD8D4;
}
.AnyTagClassName
{
color: #CDD8D4;
}
</style>
background-color css
<style>
a { background-color: #CDD8D4; }
a { background-color: rgb(205,216,212); }
div.DivClassName
{
background-color: #CDD8D4;
}
.BgClassName
{
background-color: #CDD8D4;
}
</style>
border-color css
<style>
span { border-color: #CDD8D4; }
span { border-color: rgb(205,216,212); }
td.TdClassName
{
border-color: #CDD8D4;
}
.TagClassName
{
border-color: #CDD8D4;
}
</style>