Shades of Zumthor #C5DDDF
Tints of Zumthor #C5DDDF
RGB
CMYK
RGB Variations
Color information
#C5DDDF (or 0xC5DDDF) is known color: Zumthor. HEX triplet: C5, DD and DF. RGB value is (197,221,223). Sum of RGB (Red+Green+Blue) = 197+221+223=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDDF is #3A2220. Grayscale: #D6D6D6. Windows color (decimal): -3809825 or 14671301. OLE color: 14671301.
HSL color Cylindrical-coordinate representation of color #C5DDDF: hue angle of 184.62º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DDDF is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 221 | 223 | - |
CMYK | 0.12 | 0.01 | 0 | 0.13 |
HSL | 184.62º | 0.29% | 0.82% | - |
HSV(B) | 184.62º | 0.12% | 0.87% | - |
XYZ | 62.2 | 68.91 | 79.83 | - |
YUV | 214.05 | 133.05 | 115.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 221 | 223 | 0.12 | 0.01 | 0 | 0.13 | 184.62 | 0.29 | 0.82 |
Hex | C5 | DD | DF | C | 1 | 0 | D | B9 | 1D | 52 |
Octal | 305 | 335 | 337 | 14 | 1 | 0 | 15 | 271 | 35 | 122 |
Binary | 11000101 | 11011101 | 11011111 | 1100 | 1 | 0 | 1101 | 10111001 | 11101 | 1010010 |
Color Harmonies of #C5DDDF
Complementary color
Monochromatic Colors of #C5DDDF
Black with #C5DDDF
Text Example
Text Example
White with #C5DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDDF; }
p { color: rgb(197,221,223); }
H1.HeaderClassName
{
color: #C5DDDF;
}
.AnyTagClassName
{
color: #C5DDDF;
}
</style>
background-color css
<style>
a { background-color: #C5DDDF; }
a { background-color: rgb(197,221,223); }
div.DivClassName
{
background-color: #C5DDDF;
}
.BgClassName
{
background-color: #C5DDDF;
}
</style>
border-color css
<style>
span { border-color: #C5DDDF; }
span { border-color: rgb(197,221,223); }
td.TdClassName
{
border-color: #C5DDDF;
}
.TagClassName
{
border-color: #C5DDDF;
}
</style>