Shades of Iceberg #CCD3D0
Tints of Iceberg #CCD3D0
RGB
CMYK
RGB Variations
Color information
#CCD3D0 (or 0xCCD3D0) is known color: Iceberg. HEX triplet: CC, D3 and D0. RGB value is (204,211,208). Sum of RGB (Red+Green+Blue) = 204+211+208=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3D0 is #332C2F. Grayscale: #D0D0D0. Windows color (decimal): -3353648 or 13685708. OLE color: 13685708.
HSL color Cylindrical-coordinate representation of color #CCD3D0: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD3D0 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 211 | 208 | - |
CMYK | 0.03 | 0 | 0.01 | 0.17 |
HSL | 154.29º | 0.07% | 0.81% | - |
HSV(B) | 154.29º | 0.03% | 0.83% | - |
XYZ | 59.58 | 63.98 | 68.88 | - |
YUV | 208.57 | 127.68 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 211 | 208 | 0.03 | 0 | 0.01 | 0.17 | 154.29 | 0.07 | 0.81 |
Hex | CC | D3 | D0 | 3 | 0 | 1 | 11 | 9A | 7 | 51 |
Octal | 314 | 323 | 320 | 3 | 0 | 1 | 21 | 232 | 7 | 121 |
Binary | 11001100 | 11010011 | 11010000 | 11 | 0 | 1 | 10001 | 10011010 | 111 | 1010001 |
Color Harmonies of #CCD3D0
Complementary color
Monochromatic Colors of #CCD3D0
Black with #CCD3D0
Text Example
Text Example
White with #CCD3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3D0; }
p { color: rgb(204,211,208); }
H1.HeaderClassName
{
color: #CCD3D0;
}
.AnyTagClassName
{
color: #CCD3D0;
}
</style>
background-color css
<style>
a { background-color: #CCD3D0; }
a { background-color: rgb(204,211,208); }
div.DivClassName
{
background-color: #CCD3D0;
}
.BgClassName
{
background-color: #CCD3D0;
}
</style>
border-color css
<style>
span { border-color: #CCD3D0; }
span { border-color: rgb(204,211,208); }
td.TdClassName
{
border-color: #CCD3D0;
}
.TagClassName
{
border-color: #CCD3D0;
}
</style>