Shades of Zumthor #C4D8DD
Tints of Zumthor #C4D8DD
RGB
CMYK
RGB Variations
Color information
#C4D8DD (or 0xC4D8DD) is known color: Zumthor. HEX triplet: C4, D8 and DD. RGB value is (196,216,221). Sum of RGB (Red+Green+Blue) = 196+216+221=633 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.96% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D8DD is #3B2722. Grayscale: #D2D2D2. Windows color (decimal): -3876643 or 14538948. OLE color: 14538948.
HSL color Cylindrical-coordinate representation of color #C4D8DD: hue angle of 192º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D8DD is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 216 | 221 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.13 |
| HSL | 192º | 0.27% | 0.82% | - |
| HSV(B) | 192º | 0.11% | 0.87% | - |
| XYZ | 60.37 | 66.07 | 77.98 | - |
| YUV | 210.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 221 | 0.11 | 0.02 | 0 | 0.13 | 192 | 0.27 | 0.82 |
| Hex | C4 | D8 | DD | B | 2 | 0 | D | C0 | 1B | 52 |
| Octal | 304 | 330 | 335 | 13 | 2 | 0 | 15 | 300 | 33 | 122 |
| Binary | 11000100 | 11011000 | 11011101 | 1011 | 10 | 0 | 1101 | 11000000 | 11011 | 1010010 |
Color Harmonies of #C4D8DD
Complementary color
Monochromatic Colors of #C4D8DD
Black with #C4D8DD
Text Example
Text Example
White with #C4D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D8DD; }
p { color: rgb(196,216,221); }
H1.HeaderClassName
{
color: #C4D8DD;
}
.AnyTagClassName
{
color: #C4D8DD;
}
</style>
background-color css
<style>
a { background-color: #C4D8DD; }
a { background-color: rgb(196,216,221); }
div.DivClassName
{
background-color: #C4D8DD;
}
.BgClassName
{
background-color: #C4D8DD;
}
</style>
border-color css
<style>
span { border-color: #C4D8DD; }
span { border-color: rgb(196,216,221); }
td.TdClassName
{
border-color: #C4D8DD;
}
.TagClassName
{
border-color: #C4D8DD;
}
</style>