Shades of Zumthor #C2D2D3
Tints of Zumthor #C2D2D3
RGB
CMYK
RGB Variations
Color information
#C2D2D3 (or 0xC2D2D3) is known color: Zumthor. HEX triplet: C2, D2 and D3. RGB value is (194,210,211). Sum of RGB (Red+Green+Blue) = 194+210+211=615 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.54% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2D2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D2D3 is #3D2D2C. Grayscale: #CDCDCD. Windows color (decimal): -4009261 or 13882050. OLE color: 13882050.
HSL color Cylindrical-coordinate representation of color #C2D2D3: hue angle of 183.53º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2D2D3 is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 210 | 211 | - |
| CMYK | 0.08 | 0.00 | 0 | 0.17 |
| HSL | 183.53º | 0.16% | 0.79% | - |
| HSV(B) | 183.53º | 0.08% | 0.83% | - |
| XYZ | 57.05 | 62.27 | 70.64 | - |
| YUV | 205.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 211 | 0.08 | 0.00 | 0 | 0.17 | 183.53 | 0.16 | 0.79 |
| Hex | C2 | D2 | D3 | 8 | 0 | 0 | 11 | B8 | 10 | 4F |
| Octal | 302 | 322 | 323 | 10 | 0 | 0 | 21 | 270 | 20 | 117 |
| Binary | 11000010 | 11010010 | 11010011 | 1000 | 0 | 0 | 10001 | 10111000 | 10000 | 1001111 |
Color Harmonies of #C2D2D3
Complementary color
Monochromatic Colors of #C2D2D3
Black with #C2D2D3
Text Example
Text Example
White with #C2D2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D2D3; }
p { color: rgb(194,210,211); }
H1.HeaderClassName
{
color: #C2D2D3;
}
.AnyTagClassName
{
color: #C2D2D3;
}
</style>
background-color css
<style>
a { background-color: #C2D2D3; }
a { background-color: rgb(194,210,211); }
div.DivClassName
{
background-color: #C2D2D3;
}
.BgClassName
{
background-color: #C2D2D3;
}
</style>
border-color css
<style>
span { border-color: #C2D2D3; }
span { border-color: rgb(194,210,211); }
td.TdClassName
{
border-color: #C2D2D3;
}
.TagClassName
{
border-color: #C2D2D3;
}
</style>