Shades of Zumthor #CCDCDF
Tints of Zumthor #CCDCDF
RGB
CMYK
RGB Variations
Color information
#CCDCDF (or 0xCCDCDF) is known color: Zumthor. HEX triplet: CC, DC and DF. RGB value is (204,220,223). Sum of RGB (Red+Green+Blue) = 204+220+223=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 220 (86.33% from 255 or 34.00% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCDCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCDF is #332320. Grayscale: #D7D7D7. Windows color (decimal): -3351329 or 14671052. OLE color: 14671052.
HSL color Cylindrical-coordinate representation of color #CCDCDF: hue angle of 189.47º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDCDF is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 220 | 223 | - |
CMYK | 0.09 | 0.01 | 0 | 0.13 |
HSL | 189.47º | 0.23% | 0.84% | - |
HSV(B) | 189.47º | 0.09% | 0.87% | - |
XYZ | 63.81 | 69.35 | 79.83 | - |
YUV | 215.56 | 132.2 | 119.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 223 | 0.09 | 0.01 | 0 | 0.13 | 189.47 | 0.23 | 0.84 |
Hex | CC | DC | DF | 9 | 1 | 0 | D | BD | 17 | 54 |
Octal | 314 | 334 | 337 | 11 | 1 | 0 | 15 | 275 | 27 | 124 |
Binary | 11001100 | 11011100 | 11011111 | 1001 | 1 | 0 | 1101 | 10111101 | 10111 | 1010100 |
Color Harmonies of #CCDCDF
Complementary color
Monochromatic Colors of #CCDCDF
Black with #CCDCDF
Text Example
Text Example
White with #CCDCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCDF; }
p { color: rgb(204,220,223); }
H1.HeaderClassName
{
color: #CCDCDF;
}
.AnyTagClassName
{
color: #CCDCDF;
}
</style>
background-color css
<style>
a { background-color: #CCDCDF; }
a { background-color: rgb(204,220,223); }
div.DivClassName
{
background-color: #CCDCDF;
}
.BgClassName
{
background-color: #CCDCDF;
}
</style>
border-color css
<style>
span { border-color: #CCDCDF; }
span { border-color: rgb(204,220,223); }
td.TdClassName
{
border-color: #CCDCDF;
}
.TagClassName
{
border-color: #CCDCDF;
}
</style>