Shades of Zumthor #CFDADA
Tints of Zumthor #CFDADA
RGB
CMYK
RGB Variations
Color information
#CFDADA (or 0xCFDADA) is known color: Zumthor. HEX triplet: CF, DA and DA. RGB value is (207,218,218). Sum of RGB (Red+Green+Blue) = 207+218+218=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #CFDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDADA is #302525. Grayscale: #D6D6D6. Windows color (decimal): -3155238 or 14342863. OLE color: 14342863.
HSL color Cylindrical-coordinate representation of color #CFDADA: hue angle of 180º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFDADA is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 218 | - |
| CMYK | 0.05 | 0 | 0 | 0.15 |
| HSL | 180º | 0.13% | 0.83% | - |
| HSV(B) | 180º | 0.05% | 0.85% | - |
| XYZ | 63.46 | 68.47 | 76.2 | - |
| YUV | 214.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 218 | 0.05 | 0 | 0 | 0.15 | 180 | 0.13 | 0.83 |
| Hex | CF | DA | DA | 5 | 0 | 0 | F | B4 | D | 53 |
| Octal | 317 | 332 | 332 | 5 | 0 | 0 | 17 | 264 | 15 | 123 |
| Binary | 11001111 | 11011010 | 11011010 | 101 | 0 | 0 | 1111 | 10110100 | 1101 | 1010011 |
Color Harmonies of #CFDADA
Complementary color
Monochromatic Colors of #CFDADA
Black with #CFDADA
Text Example
Text Example
White with #CFDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDADA; }
p { color: rgb(207,218,218); }
H1.HeaderClassName
{
color: #CFDADA;
}
.AnyTagClassName
{
color: #CFDADA;
}
</style>
background-color css
<style>
a { background-color: #CFDADA; }
a { background-color: rgb(207,218,218); }
div.DivClassName
{
background-color: #CFDADA;
}
.BgClassName
{
background-color: #CFDADA;
}
</style>
border-color css
<style>
span { border-color: #CFDADA; }
span { border-color: rgb(207,218,218); }
td.TdClassName
{
border-color: #CFDADA;
}
.TagClassName
{
border-color: #CFDADA;
}
</style>