Shades of Zumthor #CCD7D7
Tints of Zumthor #CCD7D7
RGB
CMYK
RGB Variations
Color information
#CCD7D7 (or 0xCCD7D7) is known color: Zumthor. HEX triplet: CC, D7 and D7. RGB value is (204,215,215). Sum of RGB (Red+Green+Blue) = 204+215+215=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 215 - color contains mainly: green, blue. Hex color #CCD7D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7D7 is #332828. Grayscale: #D3D3D3. Windows color (decimal): -3352617 or 14145484. OLE color: 14145484.
HSL color Cylindrical-coordinate representation of color #CCD7D7: hue angle of 180º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD7D7 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 215 | 215 | - |
CMYK | 0.05 | 0 | 0 | 0.16 |
HSL | 180º | 0.12% | 0.82% | - |
HSV(B) | 180º | 0.05% | 0.84% | - |
XYZ | 61.47 | 66.34 | 73.86 | - |
YUV | 211.71 | 129.86 | 122.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 215 | 215 | 0.05 | 0 | 0 | 0.16 | 180 | 0.12 | 0.82 |
Hex | CC | D7 | D7 | 5 | 0 | 0 | 10 | B4 | C | 52 |
Octal | 314 | 327 | 327 | 5 | 0 | 0 | 20 | 264 | 14 | 122 |
Binary | 11001100 | 11010111 | 11010111 | 101 | 0 | 0 | 10000 | 10110100 | 1100 | 1010010 |
Color Harmonies of #CCD7D7
Complementary color
Monochromatic Colors of #CCD7D7
Black with #CCD7D7
Text Example
Text Example
White with #CCD7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD7D7; }
p { color: rgb(204,215,215); }
H1.HeaderClassName
{
color: #CCD7D7;
}
.AnyTagClassName
{
color: #CCD7D7;
}
</style>
background-color css
<style>
a { background-color: #CCD7D7; }
a { background-color: rgb(204,215,215); }
div.DivClassName
{
background-color: #CCD7D7;
}
.BgClassName
{
background-color: #CCD7D7;
}
</style>
border-color css
<style>
span { border-color: #CCD7D7; }
span { border-color: rgb(204,215,215); }
td.TdClassName
{
border-color: #CCD7D7;
}
.TagClassName
{
border-color: #CCD7D7;
}
</style>