Shades of Zumthor #C8DADB
Tints of Zumthor #C8DADB
RGB
CMYK
RGB Variations
Color information
#C8DADB (or 0xC8DADB) is known color: Zumthor. HEX triplet: C8, DA and DB. RGB value is (200,218,219). Sum of RGB (Red+Green+Blue) = 200+218+219=637 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.40% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8DADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DADB is #372524. Grayscale: #D4D4D4. Windows color (decimal): -3613989 or 14408392. OLE color: 14408392.
HSL color Cylindrical-coordinate representation of color #C8DADB: hue angle of 183.16º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DADB is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 218 | 219 | - |
CMYK | 0.09 | 0.00 | 0 | 0.14 |
HSL | 183.16º | 0.21% | 0.82% | - |
HSV(B) | 183.16º | 0.09% | 0.86% | - |
XYZ | 61.68 | 67.54 | 76.8 | - |
YUV | 212.73 | 131.54 | 118.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 218 | 219 | 0.09 | 0.00 | 0 | 0.14 | 183.16 | 0.21 | 0.82 |
Hex | C8 | DA | DB | 9 | 0 | 0 | E | B7 | 15 | 52 |
Octal | 310 | 332 | 333 | 11 | 0 | 0 | 16 | 267 | 25 | 122 |
Binary | 11001000 | 11011010 | 11011011 | 1001 | 0 | 0 | 1110 | 10110111 | 10101 | 1010010 |
Color Harmonies of #C8DADB
Complementary color
Monochromatic Colors of #C8DADB
Black with #C8DADB
Text Example
Text Example
White with #C8DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DADB; }
p { color: rgb(200,218,219); }
H1.HeaderClassName
{
color: #C8DADB;
}
.AnyTagClassName
{
color: #C8DADB;
}
</style>
background-color css
<style>
a { background-color: #C8DADB; }
a { background-color: rgb(200,218,219); }
div.DivClassName
{
background-color: #C8DADB;
}
.BgClassName
{
background-color: #C8DADB;
}
</style>
border-color css
<style>
span { border-color: #C8DADB; }
span { border-color: rgb(200,218,219); }
td.TdClassName
{
border-color: #C8DADB;
}
.TagClassName
{
border-color: #C8DADB;
}
</style>