Shades of Iceberg #CCD9D4
Tints of Iceberg #CCD9D4
RGB
CMYK
RGB Variations
Color information
#CCD9D4 (or 0xCCD9D4) is known color: Iceberg. HEX triplet: CC, D9 and D4. RGB value is (204,217,212). Sum of RGB (Red+Green+Blue) = 204+217+212=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 217 (85.16% from 255 or 34.28% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9D4 is #33262B. Grayscale: #D4D4D4. Windows color (decimal): -3352108 or 13949388. OLE color: 13949388.
HSL color Cylindrical-coordinate representation of color #CCD9D4: hue angle of 156.92º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD9D4 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 217 | 212 | - |
CMYK | 0.06 | 0 | 0.02 | 0.15 |
HSL | 156.92º | 0.15% | 0.83% | - |
HSV(B) | 156.92º | 0.06% | 0.85% | - |
XYZ | 61.6 | 67.22 | 72.01 | - |
YUV | 212.54 | 127.69 | 121.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 212 | 0.06 | 0 | 0.02 | 0.15 | 156.92 | 0.15 | 0.83 |
Hex | CC | D9 | D4 | 6 | 0 | 2 | F | 9D | F | 53 |
Octal | 314 | 331 | 324 | 6 | 0 | 2 | 17 | 235 | 17 | 123 |
Binary | 11001100 | 11011001 | 11010100 | 110 | 0 | 10 | 1111 | 10011101 | 1111 | 1010011 |
Color Harmonies of #CCD9D4
Complementary color
Monochromatic Colors of #CCD9D4
Black with #CCD9D4
Text Example
Text Example
White with #CCD9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9D4; }
p { color: rgb(204,217,212); }
H1.HeaderClassName
{
color: #CCD9D4;
}
.AnyTagClassName
{
color: #CCD9D4;
}
</style>
background-color css
<style>
a { background-color: #CCD9D4; }
a { background-color: rgb(204,217,212); }
div.DivClassName
{
background-color: #CCD9D4;
}
.BgClassName
{
background-color: #CCD9D4;
}
</style>
border-color css
<style>
span { border-color: #CCD9D4; }
span { border-color: rgb(204,217,212); }
td.TdClassName
{
border-color: #CCD9D4;
}
.TagClassName
{
border-color: #CCD9D4;
}
</style>