Shades of Iceberg #CCD7D3
Tints of Iceberg #CCD7D3
RGB
CMYK
RGB Variations
Color information
#CCD7D3 (or 0xCCD7D3) is known color: Iceberg. HEX triplet: CC, D7 and D3. RGB value is (204,215,211). Sum of RGB (Red+Green+Blue) = 204+215+211=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7D3 is #33282C. Grayscale: #D3D3D3. Windows color (decimal): -3352621 or 13883340. OLE color: 13883340.
HSL color Cylindrical-coordinate representation of color #CCD7D3: hue angle of 158.18º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD7D3 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 211 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.16 |
| HSL | 158.18º | 0.12% | 0.82% | - |
| HSV(B) | 158.18º | 0.05% | 0.84% | - |
| XYZ | 60.96 | 66.14 | 71.18 | - |
| YUV | 211.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 211 | 0.05 | 0 | 0.02 | 0.16 | 158.18 | 0.12 | 0.82 |
| Hex | CC | D7 | D3 | 5 | 0 | 2 | 10 | 9E | C | 52 |
| Octal | 314 | 327 | 323 | 5 | 0 | 2 | 20 | 236 | 14 | 122 |
| Binary | 11001100 | 11010111 | 11010011 | 101 | 0 | 10 | 10000 | 10011110 | 1100 | 1010010 |
Color Harmonies of #CCD7D3
Complementary color
Monochromatic Colors of #CCD7D3
Black with #CCD7D3
Text Example
Text Example
White with #CCD7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7D3; }
p { color: rgb(204,215,211); }
H1.HeaderClassName
{
color: #CCD7D3;
}
.AnyTagClassName
{
color: #CCD7D3;
}
</style>
background-color css
<style>
a { background-color: #CCD7D3; }
a { background-color: rgb(204,215,211); }
div.DivClassName
{
background-color: #CCD7D3;
}
.BgClassName
{
background-color: #CCD7D3;
}
</style>
border-color css
<style>
span { border-color: #CCD7D3; }
span { border-color: rgb(204,215,211); }
td.TdClassName
{
border-color: #CCD7D3;
}
.TagClassName
{
border-color: #CCD7D3;
}
</style>