Shades of Zumthor #C3D5DB
Tints of Zumthor #C3D5DB
RGB
CMYK
RGB Variations
Color information
#C3D5DB (or 0xC3D5DB) is known color: Zumthor. HEX triplet: C3, D5 and DB. RGB value is (195,213,219). Sum of RGB (Red+Green+Blue) = 195+213+219=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3D5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D5DB is #3C2A24. Grayscale: #D0D0D0. Windows color (decimal): -3942949 or 14407107. OLE color: 14407107.
HSL color Cylindrical-coordinate representation of color #C3D5DB: hue angle of 195º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3D5DB is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 195 | 213 | 219 | - |
CMYK | 0.11 | 0.03 | 0 | 0.14 |
HSL | 195º | 0.25% | 0.81% | - |
HSV(B) | 195º | 0.11% | 0.86% | - |
XYZ | 59.09 | 64.31 | 76.32 | - |
YUV | 208.3 | 134.04 | 118.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 213 | 219 | 0.11 | 0.03 | 0 | 0.14 | 195 | 0.25 | 0.81 |
Hex | C3 | D5 | DB | B | 3 | 0 | E | C3 | 19 | 51 |
Octal | 303 | 325 | 333 | 13 | 3 | 0 | 16 | 303 | 31 | 121 |
Binary | 11000011 | 11010101 | 11011011 | 1011 | 11 | 0 | 1110 | 11000011 | 11001 | 1010001 |
Color Harmonies of #C3D5DB
Complementary color
Monochromatic Colors of #C3D5DB
Black with #C3D5DB
Text Example
Text Example
White with #C3D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D5DB; }
p { color: rgb(195,213,219); }
H1.HeaderClassName
{
color: #C3D5DB;
}
.AnyTagClassName
{
color: #C3D5DB;
}
</style>
background-color css
<style>
a { background-color: #C3D5DB; }
a { background-color: rgb(195,213,219); }
div.DivClassName
{
background-color: #C3D5DB;
}
.BgClassName
{
background-color: #C3D5DB;
}
</style>
border-color css
<style>
span { border-color: #C3D5DB; }
span { border-color: rgb(195,213,219); }
td.TdClassName
{
border-color: #C3D5DB;
}
.TagClassName
{
border-color: #C3D5DB;
}
</style>