Shades of Iceberg #CDD5D2
Tints of Iceberg #CDD5D2
RGB
CMYK
RGB Variations
Color information
#CDD5D2 (or 0xCDD5D2) is known color: Iceberg. HEX triplet: CD, D5 and D2. RGB value is (205,213,210). Sum of RGB (Red+Green+Blue) = 205+213+210=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5D2 is #322A2D. Grayscale: #D2D2D2. Windows color (decimal): -3287598 or 13817293. OLE color: 13817293.
HSL color Cylindrical-coordinate representation of color #CDD5D2: hue angle of 157.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDD5D2 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 210 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.16 |
| HSL | 157.5º | 0.09% | 0.82% | - |
| HSV(B) | 157.5º | 0.04% | 0.84% | - |
| XYZ | 60.6 | 65.22 | 70.37 | - |
| YUV | 210.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 210 | 0.04 | 0 | 0.01 | 0.16 | 157.5 | 0.09 | 0.82 |
| Hex | CD | D5 | D2 | 4 | 0 | 1 | 10 | 9E | 9 | 52 |
| Octal | 315 | 325 | 322 | 4 | 0 | 1 | 20 | 236 | 11 | 122 |
| Binary | 11001101 | 11010101 | 11010010 | 100 | 0 | 1 | 10000 | 10011110 | 1001 | 1010010 |
Color Harmonies of #CDD5D2
Complementary color
Monochromatic Colors of #CDD5D2
Black with #CDD5D2
Text Example
Text Example
White with #CDD5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5D2; }
p { color: rgb(205,213,210); }
H1.HeaderClassName
{
color: #CDD5D2;
}
.AnyTagClassName
{
color: #CDD5D2;
}
</style>
background-color css
<style>
a { background-color: #CDD5D2; }
a { background-color: rgb(205,213,210); }
div.DivClassName
{
background-color: #CDD5D2;
}
.BgClassName
{
background-color: #CDD5D2;
}
</style>
border-color css
<style>
span { border-color: #CDD5D2; }
span { border-color: rgb(205,213,210); }
td.TdClassName
{
border-color: #CDD5D2;
}
.TagClassName
{
border-color: #CDD5D2;
}
</style>