Shades of Zumthor #C9DCDF
Tints of Zumthor #C9DCDF
RGB
CMYK
RGB Variations
Color information
#C9DCDF (or 0xC9DCDF) is known color: Zumthor. HEX triplet: C9, DC and DF. RGB value is (201,220,223). Sum of RGB (Red+Green+Blue) = 201+220+223=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9DCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DCDF is #362320. Grayscale: #D6D6D6. Windows color (decimal): -3547937 or 14671049. OLE color: 14671049.
HSL color Cylindrical-coordinate representation of color #C9DCDF: hue angle of 188.18º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C9DCDF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 220 | 223 | - |
CMYK | 0.10 | 0.01 | 0 | 0.13 |
HSL | 188.18º | 0.26% | 0.83% | - |
HSV(B) | 188.18º | 0.1% | 0.87% | - |
XYZ | 63 | 68.93 | 79.8 | - |
YUV | 214.66 | 132.71 | 118.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 220 | 223 | 0.10 | 0.01 | 0 | 0.13 | 188.18 | 0.26 | 0.83 |
Hex | C9 | DC | DF | A | 1 | 0 | D | BC | 1A | 53 |
Octal | 311 | 334 | 337 | 12 | 1 | 0 | 15 | 274 | 32 | 123 |
Binary | 11001001 | 11011100 | 11011111 | 1010 | 1 | 0 | 1101 | 10111100 | 11010 | 1010011 |
Color Harmonies of #C9DCDF
Complementary color
Monochromatic Colors of #C9DCDF
Black with #C9DCDF
Text Example
Text Example
White with #C9DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DCDF; }
p { color: rgb(201,220,223); }
H1.HeaderClassName
{
color: #C9DCDF;
}
.AnyTagClassName
{
color: #C9DCDF;
}
</style>
background-color css
<style>
a { background-color: #C9DCDF; }
a { background-color: rgb(201,220,223); }
div.DivClassName
{
background-color: #C9DCDF;
}
.BgClassName
{
background-color: #C9DCDF;
}
</style>
border-color css
<style>
span { border-color: #C9DCDF; }
span { border-color: rgb(201,220,223); }
td.TdClassName
{
border-color: #C9DCDF;
}
.TagClassName
{
border-color: #C9DCDF;
}
</style>