Shades of Zumthor #CAD5D5
Tints of Zumthor #CAD5D5
RGB
CMYK
RGB Variations
Color information
#CAD5D5 (or 0xCAD5D5) is known color: Zumthor. HEX triplet: CA, D5 and D5. RGB value is (202,213,213). Sum of RGB (Red+Green+Blue) = 202+213+213=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 213 - color contains mainly: green, blue. Hex color #CAD5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5D5 is #352A2A. Grayscale: #D1D1D1. Windows color (decimal): -3484203 or 14013898. OLE color: 14013898.
HSL color Cylindrical-coordinate representation of color #CAD5D5: hue angle of 180º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD5D5 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 213 | 213 | - |
CMYK | 0.05 | 0 | 0 | 0.16 |
HSL | 180º | 0.12% | 0.81% | - |
HSV(B) | 180º | 0.05% | 0.84% | - |
XYZ | 60.16 | 64.95 | 72.32 | - |
YUV | 209.71 | 129.86 | 122.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 213 | 0.05 | 0 | 0 | 0.16 | 180 | 0.12 | 0.81 |
Hex | CA | D5 | D5 | 5 | 0 | 0 | 10 | B4 | C | 51 |
Octal | 312 | 325 | 325 | 5 | 0 | 0 | 20 | 264 | 14 | 121 |
Binary | 11001010 | 11010101 | 11010101 | 101 | 0 | 0 | 10000 | 10110100 | 1100 | 1010001 |
Color Harmonies of #CAD5D5
Complementary color
Monochromatic Colors of #CAD5D5
Black with #CAD5D5
Text Example
Text Example
White with #CAD5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5D5; }
p { color: rgb(202,213,213); }
H1.HeaderClassName
{
color: #CAD5D5;
}
.AnyTagClassName
{
color: #CAD5D5;
}
</style>
background-color css
<style>
a { background-color: #CAD5D5; }
a { background-color: rgb(202,213,213); }
div.DivClassName
{
background-color: #CAD5D5;
}
.BgClassName
{
background-color: #CAD5D5;
}
</style>
border-color css
<style>
span { border-color: #CAD5D5; }
span { border-color: rgb(202,213,213); }
td.TdClassName
{
border-color: #CAD5D5;
}
.TagClassName
{
border-color: #CAD5D5;
}
</style>