Shades of Zumthor #C9DDDD
Tints of Zumthor #C9DDDD
RGB
CMYK
RGB Variations
Color information
#C9DDDD (or 0xC9DDDD) is known color: Zumthor. HEX triplet: C9, DD and DD. RGB value is (201,221,221). Sum of RGB (Red+Green+Blue) = 201+221+221=643 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.26% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #C9DDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDDD is #362222. Grayscale: #D7D7D7. Windows color (decimal): -3547683 or 14540233. OLE color: 14540233.
HSL color Cylindrical-coordinate representation of color #C9DDDD: hue angle of 180º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DDDD is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 221 | 221 | - |
CMYK | 0.09 | 0 | 0 | 0.13 |
HSL | 180º | 0.23% | 0.83% | - |
HSV(B) | 180º | 0.09% | 0.87% | - |
XYZ | 62.99 | 69.35 | 78.47 | - |
YUV | 215.02 | 131.37 | 118 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 221 | 221 | 0.09 | 0 | 0 | 0.13 | 180 | 0.23 | 0.83 |
Hex | C9 | DD | DD | 9 | 0 | 0 | D | B4 | 17 | 53 |
Octal | 311 | 335 | 335 | 11 | 0 | 0 | 15 | 264 | 27 | 123 |
Binary | 11001001 | 11011101 | 11011101 | 1001 | 0 | 0 | 1101 | 10110100 | 10111 | 1010011 |
Color Harmonies of #C9DDDD
Complementary color
Monochromatic Colors of #C9DDDD
Black with #C9DDDD
Text Example
Text Example
White with #C9DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDDD; }
p { color: rgb(201,221,221); }
H1.HeaderClassName
{
color: #C9DDDD;
}
.AnyTagClassName
{
color: #C9DDDD;
}
</style>
background-color css
<style>
a { background-color: #C9DDDD; }
a { background-color: rgb(201,221,221); }
div.DivClassName
{
background-color: #C9DDDD;
}
.BgClassName
{
background-color: #C9DDDD;
}
</style>
border-color css
<style>
span { border-color: #C9DDDD; }
span { border-color: rgb(201,221,221); }
td.TdClassName
{
border-color: #C9DDDD;
}
.TagClassName
{
border-color: #C9DDDD;
}
</style>