Shades of Zumthor #C4DADC
Tints of Zumthor #C4DADC
RGB
CMYK
RGB Variations
Color information
#C4DADC (or 0xC4DADC) is known color: Zumthor. HEX triplet: C4, DA and DC. RGB value is (196,218,220). Sum of RGB (Red+Green+Blue) = 196+218+220=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #C4DADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DADC is #3B2523. Grayscale: #D3D3D3. Windows color (decimal): -3876132 or 14473924. OLE color: 14473924.
HSL color Cylindrical-coordinate representation of color #C4DADC: hue angle of 185º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4DADC is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 196 | 218 | 220 | - |
CMYK | 0.11 | 0.01 | 0 | 0.14 |
HSL | 185º | 0.26% | 0.82% | - |
HSV(B) | 185º | 0.11% | 0.86% | - |
XYZ | 60.75 | 67.05 | 77.45 | - |
YUV | 211.65 | 132.71 | 116.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 218 | 220 | 0.11 | 0.01 | 0 | 0.14 | 185 | 0.26 | 0.82 |
Hex | C4 | DA | DC | B | 1 | 0 | E | B9 | 1A | 52 |
Octal | 304 | 332 | 334 | 13 | 1 | 0 | 16 | 271 | 32 | 122 |
Binary | 11000100 | 11011010 | 11011100 | 1011 | 1 | 0 | 1110 | 10111001 | 11010 | 1010010 |
Color Harmonies of #C4DADC
Complementary color
Monochromatic Colors of #C4DADC
Black with #C4DADC
Text Example
Text Example
White with #C4DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DADC; }
p { color: rgb(196,218,220); }
H1.HeaderClassName
{
color: #C4DADC;
}
.AnyTagClassName
{
color: #C4DADC;
}
</style>
background-color css
<style>
a { background-color: #C4DADC; }
a { background-color: rgb(196,218,220); }
div.DivClassName
{
background-color: #C4DADC;
}
.BgClassName
{
background-color: #C4DADC;
}
</style>
border-color css
<style>
span { border-color: #C4DADC; }
span { border-color: rgb(196,218,220); }
td.TdClassName
{
border-color: #C4DADC;
}
.TagClassName
{
border-color: #C4DADC;
}
</style>