Shades of Zumthor #C4DDDF
Tints of Zumthor #C4DDDF
RGB
CMYK
RGB Variations
Color information
#C4DDDF (or 0xC4DDDF) is known color: Zumthor. HEX triplet: C4, DD and DF. RGB value is (196,221,223). Sum of RGB (Red+Green+Blue) = 196+221+223=640 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.62% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4DDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDDF is #3B2220. Grayscale: #D5D5D5. Windows color (decimal): -3875361 or 14671300. OLE color: 14671300.
HSL color Cylindrical-coordinate representation of color #C4DDDF: hue angle of 184.44º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4DDDF is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 221 | 223 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.13 |
| HSL | 184.44º | 0.3% | 0.82% | - |
| HSV(B) | 184.44º | 0.12% | 0.87% | - |
| XYZ | 61.94 | 68.78 | 79.82 | - |
| YUV | 213.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 223 | 0.12 | 0.01 | 0 | 0.13 | 184.44 | 0.3 | 0.82 |
| Hex | C4 | DD | DF | C | 1 | 0 | D | B8 | 1E | 52 |
| Octal | 304 | 335 | 337 | 14 | 1 | 0 | 15 | 270 | 36 | 122 |
| Binary | 11000100 | 11011101 | 11011111 | 1100 | 1 | 0 | 1101 | 10111000 | 11110 | 1010010 |
Color Harmonies of #C4DDDF
Complementary color
Monochromatic Colors of #C4DDDF
Black with #C4DDDF
Text Example
Text Example
White with #C4DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DDDF; }
p { color: rgb(196,221,223); }
H1.HeaderClassName
{
color: #C4DDDF;
}
.AnyTagClassName
{
color: #C4DDDF;
}
</style>
background-color css
<style>
a { background-color: #C4DDDF; }
a { background-color: rgb(196,221,223); }
div.DivClassName
{
background-color: #C4DDDF;
}
.BgClassName
{
background-color: #C4DDDF;
}
</style>
border-color css
<style>
span { border-color: #C4DDDF; }
span { border-color: rgb(196,221,223); }
td.TdClassName
{
border-color: #C4DDDF;
}
.TagClassName
{
border-color: #C4DDDF;
}
</style>