Shades of Zumthor #CCD9D9
Tints of Zumthor #CCD9D9
RGB
CMYK
RGB Variations
Color information
#CCD9D9 (or 0xCCD9D9) is known color: Zumthor. HEX triplet: CC, D9 and D9. RGB value is (204,217,217). Sum of RGB (Red+Green+Blue) = 204+217+217=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 217 - color contains mainly: green, blue. Hex color #CCD9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9D9 is #332626. Grayscale: #D5D5D5. Windows color (decimal): -3352103 or 14277068. OLE color: 14277068.
HSL color Cylindrical-coordinate representation of color #CCD9D9: hue angle of 180º 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 #CCD9D9 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 217 | 217 | - |
CMYK | 0.06 | 0 | 0 | 0.15 |
HSL | 180º | 0.15% | 0.83% | - |
HSV(B) | 180º | 0.06% | 0.85% | - |
XYZ | 62.24 | 67.47 | 75.39 | - |
YUV | 213.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 217 | 0.06 | 0 | 0 | 0.15 | 180 | 0.15 | 0.83 |
Hex | CC | D9 | D9 | 6 | 0 | 0 | F | B4 | F | 53 |
Octal | 314 | 331 | 331 | 6 | 0 | 0 | 17 | 264 | 17 | 123 |
Binary | 11001100 | 11011001 | 11011001 | 110 | 0 | 0 | 1111 | 10110100 | 1111 | 1010011 |
Color Harmonies of #CCD9D9
Complementary color
Monochromatic Colors of #CCD9D9
Black with #CCD9D9
Text Example
Text Example
White with #CCD9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9D9; }
p { color: rgb(204,217,217); }
H1.HeaderClassName
{
color: #CCD9D9;
}
.AnyTagClassName
{
color: #CCD9D9;
}
</style>
background-color css
<style>
a { background-color: #CCD9D9; }
a { background-color: rgb(204,217,217); }
div.DivClassName
{
background-color: #CCD9D9;
}
.BgClassName
{
background-color: #CCD9D9;
}
</style>
border-color css
<style>
span { border-color: #CCD9D9; }
span { border-color: rgb(204,217,217); }
td.TdClassName
{
border-color: #CCD9D9;
}
.TagClassName
{
border-color: #CCD9D9;
}
</style>