Shades of Iceberg #CCDBD8
Tints of Iceberg #CCDBD8
RGB
CMYK
RGB Variations
Color information
#CCDBD8 (or 0xCCDBD8) is known color: Iceberg. HEX triplet: CC, DB and D8. RGB value is (204,219,216). Sum of RGB (Red+Green+Blue) = 204+219+216=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBD8 is #332427. Grayscale: #D6D6D6. Windows color (decimal): -3351592 or 14212044. OLE color: 14212044.
HSL color Cylindrical-coordinate representation of color #CCDBD8: hue angle of 168º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDBD8 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 216 | - |
CMYK | 0.07 | 0 | 0.01 | 0.14 |
HSL | 168º | 0.17% | 0.83% | - |
HSV(B) | 168º | 0.07% | 0.86% | - |
XYZ | 62.63 | 68.46 | 74.88 | - |
YUV | 214.17 | 129.03 | 120.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 216 | 0.07 | 0 | 0.01 | 0.14 | 168 | 0.17 | 0.83 |
Hex | CC | DB | D8 | 7 | 0 | 1 | E | A8 | 11 | 53 |
Octal | 314 | 333 | 330 | 7 | 0 | 1 | 16 | 250 | 21 | 123 |
Binary | 11001100 | 11011011 | 11011000 | 111 | 0 | 1 | 1110 | 10101000 | 10001 | 1010011 |
Color Harmonies of #CCDBD8
Complementary color
Monochromatic Colors of #CCDBD8
Black with #CCDBD8
Text Example
Text Example
White with #CCDBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBD8; }
p { color: rgb(204,219,216); }
H1.HeaderClassName
{
color: #CCDBD8;
}
.AnyTagClassName
{
color: #CCDBD8;
}
</style>
background-color css
<style>
a { background-color: #CCDBD8; }
a { background-color: rgb(204,219,216); }
div.DivClassName
{
background-color: #CCDBD8;
}
.BgClassName
{
background-color: #CCDBD8;
}
</style>
border-color css
<style>
span { border-color: #CCDBD8; }
span { border-color: rgb(204,219,216); }
td.TdClassName
{
border-color: #CCDBD8;
}
.TagClassName
{
border-color: #CCDBD8;
}
</style>