Shades of Zumthor #CADDDD
Tints of Zumthor #CADDDD
RGB
CMYK
RGB Variations
Color information
#CADDDD (or 0xCADDDD) is known color: Zumthor. HEX triplet: CA, DD and DD. RGB value is (202,221,221). Sum of RGB (Red+Green+Blue) = 202+221+221=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #CADDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDDD is #352222. Grayscale: #D7D7D7. Windows color (decimal): -3482147 or 14540234. OLE color: 14540234.
HSL color Cylindrical-coordinate representation of color #CADDDD: hue angle of 180º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADDDD is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 221 | 221 | - |
CMYK | 0.09 | 0 | 0 | 0.13 |
HSL | 180º | 0.22% | 0.83% | - |
HSV(B) | 180º | 0.09% | 0.87% | - |
XYZ | 63.26 | 69.49 | 78.49 | - |
YUV | 215.32 | 131.21 | 118.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 221 | 0.09 | 0 | 0 | 0.13 | 180 | 0.22 | 0.83 |
Hex | CA | DD | DD | 9 | 0 | 0 | D | B4 | 16 | 53 |
Octal | 312 | 335 | 335 | 11 | 0 | 0 | 15 | 264 | 26 | 123 |
Binary | 11001010 | 11011101 | 11011101 | 1001 | 0 | 0 | 1101 | 10110100 | 10110 | 1010011 |
Color Harmonies of #CADDDD
Complementary color
Monochromatic Colors of #CADDDD
Black with #CADDDD
Text Example
Text Example
White with #CADDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDDD; }
p { color: rgb(202,221,221); }
H1.HeaderClassName
{
color: #CADDDD;
}
.AnyTagClassName
{
color: #CADDDD;
}
</style>
background-color css
<style>
a { background-color: #CADDDD; }
a { background-color: rgb(202,221,221); }
div.DivClassName
{
background-color: #CADDDD;
}
.BgClassName
{
background-color: #CADDDD;
}
</style>
border-color css
<style>
span { border-color: #CADDDD; }
span { border-color: rgb(202,221,221); }
td.TdClassName
{
border-color: #CADDDD;
}
.TagClassName
{
border-color: #CADDDD;
}
</style>