Shades of Iceberg #CCDBD5
Tints of Iceberg #CCDBD5
RGB
CMYK
RGB Variations
Color information
#CCDBD5 (or 0xCCDBD5) is known color: Iceberg. HEX triplet: CC, DB and D5. RGB value is (204,219,213). Sum of RGB (Red+Green+Blue) = 204+219+213=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBD5 is #33242A. Grayscale: #D5D5D5. Windows color (decimal): -3351595 or 14015436. OLE color: 14015436.
HSL color Cylindrical-coordinate representation of color #CCDBD5: hue angle of 156º 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 #CCDBD5 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 213 | - |
CMYK | 0.07 | 0 | 0.03 | 0.14 |
HSL | 156º | 0.17% | 0.83% | - |
HSV(B) | 156º | 0.07% | 0.86% | - |
XYZ | 62.24 | 68.3 | 72.85 | - |
YUV | 213.83 | 127.53 | 120.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 213 | 0.07 | 0 | 0.03 | 0.14 | 156 | 0.17 | 0.83 |
Hex | CC | DB | D5 | 7 | 0 | 3 | E | 9C | 11 | 53 |
Octal | 314 | 333 | 325 | 7 | 0 | 3 | 16 | 234 | 21 | 123 |
Binary | 11001100 | 11011011 | 11010101 | 111 | 0 | 11 | 1110 | 10011100 | 10001 | 1010011 |
Color Harmonies of #CCDBD5
Complementary color
Monochromatic Colors of #CCDBD5
Black with #CCDBD5
Text Example
Text Example
White with #CCDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBD5; }
p { color: rgb(204,219,213); }
H1.HeaderClassName
{
color: #CCDBD5;
}
.AnyTagClassName
{
color: #CCDBD5;
}
</style>
background-color css
<style>
a { background-color: #CCDBD5; }
a { background-color: rgb(204,219,213); }
div.DivClassName
{
background-color: #CCDBD5;
}
.BgClassName
{
background-color: #CCDBD5;
}
</style>
border-color css
<style>
span { border-color: #CCDBD5; }
span { border-color: rgb(204,219,213); }
td.TdClassName
{
border-color: #CCDBD5;
}
.TagClassName
{
border-color: #CCDBD5;
}
</style>