Shades of Zumthor #C4DEDD
Tints of Zumthor #C4DEDD
RGB
CMYK
RGB Variations
Color information
#C4DEDD (or 0xC4DEDD) is known color: Zumthor. HEX triplet: C4, DE and DD. RGB value is (196,222,221). Sum of RGB (Red+Green+Blue) = 196+222+221=639 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.67% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #C4DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DEDD is #3B2122. Grayscale: #D6D6D6. Windows color (decimal): -3875107 or 14540484. OLE color: 14540484.
HSL color Cylindrical-coordinate representation of color #C4DEDD: hue angle of 177.69º degrees, saturation: 0.28, 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 #C4DEDD is Cyan = 0.12, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 196 | 222 | 221 | - |
CMYK | 0.12 | 0 | 0.00 | 0.13 |
HSL | 177.69º | 0.28% | 0.82% | - |
HSV(B) | 177.69º | 0.12% | 0.87% | - |
XYZ | 61.94 | 69.2 | 78.5 | - |
YUV | 214.11 | 131.89 | 115.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 222 | 221 | 0.12 | 0 | 0.00 | 0.13 | 177.69 | 0.28 | 0.82 |
Hex | C4 | DE | DD | C | 0 | 0 | D | B2 | 1C | 52 |
Octal | 304 | 336 | 335 | 14 | 0 | 0 | 15 | 262 | 34 | 122 |
Binary | 11000100 | 11011110 | 11011101 | 1100 | 0 | 0 | 1101 | 10110010 | 11100 | 1010010 |
Color Harmonies of #C4DEDD
Complementary color
Monochromatic Colors of #C4DEDD
Black with #C4DEDD
Text Example
Text Example
White with #C4DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DEDD; }
p { color: rgb(196,222,221); }
H1.HeaderClassName
{
color: #C4DEDD;
}
.AnyTagClassName
{
color: #C4DEDD;
}
</style>
background-color css
<style>
a { background-color: #C4DEDD; }
a { background-color: rgb(196,222,221); }
div.DivClassName
{
background-color: #C4DEDD;
}
.BgClassName
{
background-color: #C4DEDD;
}
</style>
border-color css
<style>
span { border-color: #C4DEDD; }
span { border-color: rgb(196,222,221); }
td.TdClassName
{
border-color: #C4DEDD;
}
.TagClassName
{
border-color: #C4DEDD;
}
</style>