Shades of Zumthor #C2DEDD
Tints of Zumthor #C2DEDD
RGB
CMYK
RGB Variations
Color information
#C2DEDD (or 0xC2DEDD) is known color: Zumthor. HEX triplet: C2, DE and DD. RGB value is (194,222,221). Sum of RGB (Red+Green+Blue) = 194+222+221=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEDD is #3D2122. Grayscale: #D5D5D5. Windows color (decimal): -4006179 or 14540482. OLE color: 14540482.
HSL color Cylindrical-coordinate representation of color #C2DEDD: hue angle of 177.86º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DEDD is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 222 | 221 | - |
CMYK | 0.13 | 0 | 0.00 | 0.13 |
HSL | 177.86º | 0.3% | 0.82% | - |
HSV(B) | 177.86º | 0.13% | 0.87% | - |
XYZ | 61.42 | 68.93 | 78.47 | - |
YUV | 213.51 | 132.22 | 114.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 222 | 221 | 0.13 | 0 | 0.00 | 0.13 | 177.86 | 0.3 | 0.82 |
Hex | C2 | DE | DD | D | 0 | 0 | D | B2 | 1E | 52 |
Octal | 302 | 336 | 335 | 15 | 0 | 0 | 15 | 262 | 36 | 122 |
Binary | 11000010 | 11011110 | 11011101 | 1101 | 0 | 0 | 1101 | 10110010 | 11110 | 1010010 |
Color Harmonies of #C2DEDD
Complementary color
Monochromatic Colors of #C2DEDD
Black with #C2DEDD
Text Example
Text Example
White with #C2DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEDD; }
p { color: rgb(194,222,221); }
H1.HeaderClassName
{
color: #C2DEDD;
}
.AnyTagClassName
{
color: #C2DEDD;
}
</style>
background-color css
<style>
a { background-color: #C2DEDD; }
a { background-color: rgb(194,222,221); }
div.DivClassName
{
background-color: #C2DEDD;
}
.BgClassName
{
background-color: #C2DEDD;
}
</style>
border-color css
<style>
span { border-color: #C2DEDD; }
span { border-color: rgb(194,222,221); }
td.TdClassName
{
border-color: #C2DEDD;
}
.TagClassName
{
border-color: #C2DEDD;
}
</style>