Shades of Zumthor #C1DEDD
Tints of Zumthor #C1DEDD
RGB
CMYK
RGB Variations
Color information
#C1DEDD (or 0xC1DEDD) is known color: Zumthor. HEX triplet: C1, DE and DD. RGB value is (193,222,221). Sum of RGB (Red+Green+Blue) = 193+222+221=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DEDD is #3E2122. Grayscale: #D5D5D5. Windows color (decimal): -4071715 or 14540481. OLE color: 14540481.
HSL color Cylindrical-coordinate representation of color #C1DEDD: hue angle of 177.93º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DEDD is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 193 | 222 | 221 | - |
CMYK | 0.13 | 0 | 0.00 | 0.13 |
HSL | 177.93º | 0.31% | 0.81% | - |
HSV(B) | 177.93º | 0.13% | 0.87% | - |
XYZ | 61.16 | 68.8 | 78.46 | - |
YUV | 213.22 | 132.39 | 113.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 222 | 221 | 0.13 | 0 | 0.00 | 0.13 | 177.93 | 0.31 | 0.81 |
Hex | C1 | DE | DD | D | 0 | 0 | D | B2 | 1F | 51 |
Octal | 301 | 336 | 335 | 15 | 0 | 0 | 15 | 262 | 37 | 121 |
Binary | 11000001 | 11011110 | 11011101 | 1101 | 0 | 0 | 1101 | 10110010 | 11111 | 1010001 |
Color Harmonies of #C1DEDD
Complementary color
Monochromatic Colors of #C1DEDD
Black with #C1DEDD
Text Example
Text Example
White with #C1DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DEDD; }
p { color: rgb(193,222,221); }
H1.HeaderClassName
{
color: #C1DEDD;
}
.AnyTagClassName
{
color: #C1DEDD;
}
</style>
background-color css
<style>
a { background-color: #C1DEDD; }
a { background-color: rgb(193,222,221); }
div.DivClassName
{
background-color: #C1DEDD;
}
.BgClassName
{
background-color: #C1DEDD;
}
</style>
border-color css
<style>
span { border-color: #C1DEDD; }
span { border-color: rgb(193,222,221); }
td.TdClassName
{
border-color: #C1DEDD;
}
.TagClassName
{
border-color: #C1DEDD;
}
</style>