Shades of Zumthor #CFD1D1
Tints of Zumthor #CFD1D1
RGB
CMYK
RGB Variations
Color information
#CFD1D1 (or 0xCFD1D1) is known color: Zumthor. HEX triplet: CF, D1 and D1. RGB value is (207,209,209). Sum of RGB (Red+Green+Blue) = 207+209+209=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #CFD1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD1D1 is #302E2E. Grayscale: #D0D0D0. Windows color (decimal): -3157551 or 13750735. OLE color: 13750735.
HSL color Cylindrical-coordinate representation of color #CFD1D1: hue angle of 180º degrees, saturation: 0.02, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CFD1D1 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 207 | 209 | 209 | - |
CMYK | 0.01 | 0 | 0 | 0.18 |
HSL | 180º | 0.02% | 0.82% | - |
HSV(B) | 180º | 0.01% | 0.82% | - |
XYZ | 60.04 | 63.47 | 69.41 | - |
YUV | 208.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 209 | 209 | 0.01 | 0 | 0 | 0.18 | 180 | 0.02 | 0.82 |
Hex | CF | D1 | D1 | 1 | 0 | 0 | 12 | B4 | 2 | 52 |
Octal | 317 | 321 | 321 | 1 | 0 | 0 | 22 | 264 | 2 | 122 |
Binary | 11001111 | 11010001 | 11010001 | 1 | 0 | 0 | 10010 | 10110100 | 10 | 1010010 |
Color Harmonies of #CFD1D1
Complementary color
Monochromatic Colors of #CFD1D1
Black with #CFD1D1
Text Example
Text Example
White with #CFD1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1D1; }
p { color: rgb(207,209,209); }
H1.HeaderClassName
{
color: #CFD1D1;
}
.AnyTagClassName
{
color: #CFD1D1;
}
</style>
background-color css
<style>
a { background-color: #CFD1D1; }
a { background-color: rgb(207,209,209); }
div.DivClassName
{
background-color: #CFD1D1;
}
.BgClassName
{
background-color: #CFD1D1;
}
</style>
border-color css
<style>
span { border-color: #CFD1D1; }
span { border-color: rgb(207,209,209); }
td.TdClassName
{
border-color: #CFD1D1;
}
.TagClassName
{
border-color: #CFD1D1;
}
</style>