Shades of Zumthor #C8DDDB
Tints of Zumthor #C8DDDB
RGB
CMYK
RGB Variations
Color information
#C8DDDB (or 0xC8DDDB) is known color: Zumthor. HEX triplet: C8, DD and DB. RGB value is (200,221,219). Sum of RGB (Red+Green+Blue) = 200+221+219=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDDB is #372224. Grayscale: #D6D6D6. Windows color (decimal): -3613221 or 14409160. OLE color: 14409160.
HSL color Cylindrical-coordinate representation of color #C8DDDB: hue angle of 174.29º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DDDB is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 221 | 219 | - |
CMYK | 0.10 | 0 | 0.01 | 0.13 |
HSL | 174.29º | 0.24% | 0.83% | - |
HSV(B) | 174.29º | 0.1% | 0.87% | - |
XYZ | 62.46 | 69.11 | 77.06 | - |
YUV | 214.49 | 130.54 | 117.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 221 | 219 | 0.10 | 0 | 0.01 | 0.13 | 174.29 | 0.24 | 0.83 |
Hex | C8 | DD | DB | A | 0 | 1 | D | AE | 18 | 53 |
Octal | 310 | 335 | 333 | 12 | 0 | 1 | 15 | 256 | 30 | 123 |
Binary | 11001000 | 11011101 | 11011011 | 1010 | 0 | 1 | 1101 | 10101110 | 11000 | 1010011 |
Color Harmonies of #C8DDDB
Complementary color
Monochromatic Colors of #C8DDDB
Black with #C8DDDB
Text Example
Text Example
White with #C8DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDDB; }
p { color: rgb(200,221,219); }
H1.HeaderClassName
{
color: #C8DDDB;
}
.AnyTagClassName
{
color: #C8DDDB;
}
</style>
background-color css
<style>
a { background-color: #C8DDDB; }
a { background-color: rgb(200,221,219); }
div.DivClassName
{
background-color: #C8DDDB;
}
.BgClassName
{
background-color: #C8DDDB;
}
</style>
border-color css
<style>
span { border-color: #C8DDDB; }
span { border-color: rgb(200,221,219); }
td.TdClassName
{
border-color: #C8DDDB;
}
.TagClassName
{
border-color: #C8DDDB;
}
</style>