Shades of Zumthor #CCD2D3
Tints of Zumthor #CCD2D3
RGB
CMYK
RGB Variations
Color information
#CCD2D3 (or 0xCCD2D3) is known color: Zumthor. HEX triplet: CC, D2 and D3. RGB value is (204,210,211). Sum of RGB (Red+Green+Blue) = 204+210+211=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCD2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2D3 is #332D2C. Grayscale: #D0D0D0. Windows color (decimal): -3353901 or 13882060. OLE color: 13882060.
HSL color Cylindrical-coordinate representation of color #CCD2D3: hue angle of 188.57º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD2D3 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 210 | 211 | - |
| CMYK | 0.03 | 0.00 | 0 | 0.17 |
| HSL | 188.57º | 0.07% | 0.81% | - |
| HSV(B) | 188.57º | 0.03% | 0.83% | - |
| XYZ | 59.71 | 63.63 | 70.76 | - |
| YUV | 208.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 211 | 0.03 | 0.00 | 0 | 0.17 | 188.57 | 0.07 | 0.81 |
| Hex | CC | D2 | D3 | 3 | 0 | 0 | 11 | BD | 7 | 51 |
| Octal | 314 | 322 | 323 | 3 | 0 | 0 | 21 | 275 | 7 | 121 |
| Binary | 11001100 | 11010010 | 11010011 | 11 | 0 | 0 | 10001 | 10111101 | 111 | 1010001 |
Color Harmonies of #CCD2D3
Complementary color
Monochromatic Colors of #CCD2D3
Black with #CCD2D3
Text Example
Text Example
White with #CCD2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2D3; }
p { color: rgb(204,210,211); }
H1.HeaderClassName
{
color: #CCD2D3;
}
.AnyTagClassName
{
color: #CCD2D3;
}
</style>
background-color css
<style>
a { background-color: #CCD2D3; }
a { background-color: rgb(204,210,211); }
div.DivClassName
{
background-color: #CCD2D3;
}
.BgClassName
{
background-color: #CCD2D3;
}
</style>
border-color css
<style>
span { border-color: #CCD2D3; }
span { border-color: rgb(204,210,211); }
td.TdClassName
{
border-color: #CCD2D3;
}
.TagClassName
{
border-color: #CCD2D3;
}
</style>