Shades of Zumthor #C4D9DD
Tints of Zumthor #C4D9DD
RGB
CMYK
RGB Variations
Color information
#C4D9DD (or 0xC4D9DD) is known color: Zumthor. HEX triplet: C4, D9 and DD. RGB value is (196,217,221). Sum of RGB (Red+Green+Blue) = 196+217+221=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 217 (85.16% from 255 or 34.23% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D9DD is #3B2622. Grayscale: #D3D3D3. Windows color (decimal): -3876387 or 14539204. OLE color: 14539204.
HSL color Cylindrical-coordinate representation of color #C4D9DD: hue angle of 189.6º 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 #C4D9DD is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 196 | 217 | 221 | - |
CMYK | 0.11 | 0.02 | 0 | 0.13 |
HSL | 189.6º | 0.27% | 0.82% | - |
HSV(B) | 189.6º | 0.11% | 0.87% | - |
XYZ | 60.63 | 66.58 | 78.06 | - |
YUV | 211.18 | 133.54 | 117.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 217 | 221 | 0.11 | 0.02 | 0 | 0.13 | 189.6 | 0.27 | 0.82 |
Hex | C4 | D9 | DD | B | 2 | 0 | D | BE | 1B | 52 |
Octal | 304 | 331 | 335 | 13 | 2 | 0 | 15 | 276 | 33 | 122 |
Binary | 11000100 | 11011001 | 11011101 | 1011 | 10 | 0 | 1101 | 10111110 | 11011 | 1010010 |
Color Harmonies of #C4D9DD
Complementary color
Monochromatic Colors of #C4D9DD
Black with #C4D9DD
Text Example
Text Example
White with #C4D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D9DD; }
p { color: rgb(196,217,221); }
H1.HeaderClassName
{
color: #C4D9DD;
}
.AnyTagClassName
{
color: #C4D9DD;
}
</style>
background-color css
<style>
a { background-color: #C4D9DD; }
a { background-color: rgb(196,217,221); }
div.DivClassName
{
background-color: #C4D9DD;
}
.BgClassName
{
background-color: #C4D9DD;
}
</style>
border-color css
<style>
span { border-color: #C4D9DD; }
span { border-color: rgb(196,217,221); }
td.TdClassName
{
border-color: #C4D9DD;
}
.TagClassName
{
border-color: #C4D9DD;
}
</style>