Shades of Zumthor #CCDADB
Tints of Zumthor #CCDADB
RGB
CMYK
RGB Variations
Color information
#CCDADB (or 0xCCDADB) is known color: Zumthor. HEX triplet: CC, DA and DB. RGB value is (204,218,219). Sum of RGB (Red+Green+Blue) = 204+218+219=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCDADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDADB is #332524. Grayscale: #D5D5D5. Windows color (decimal): -3351845 or 14408396. OLE color: 14408396.
HSL color Cylindrical-coordinate representation of color #CCDADB: hue angle of 184º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDADB is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 218 | 219 | - |
CMYK | 0.07 | 0.00 | 0 | 0.14 |
HSL | 184º | 0.17% | 0.83% | - |
HSV(B) | 184º | 0.07% | 0.86% | - |
XYZ | 62.76 | 68.09 | 76.85 | - |
YUV | 213.93 | 130.86 | 120.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 219 | 0.07 | 0.00 | 0 | 0.14 | 184 | 0.17 | 0.83 |
Hex | CC | DA | DB | 7 | 0 | 0 | E | B8 | 11 | 53 |
Octal | 314 | 332 | 333 | 7 | 0 | 0 | 16 | 270 | 21 | 123 |
Binary | 11001100 | 11011010 | 11011011 | 111 | 0 | 0 | 1110 | 10111000 | 10001 | 1010011 |
Color Harmonies of #CCDADB
Complementary color
Monochromatic Colors of #CCDADB
Black with #CCDADB
Text Example
Text Example
White with #CCDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDADB; }
p { color: rgb(204,218,219); }
H1.HeaderClassName
{
color: #CCDADB;
}
.AnyTagClassName
{
color: #CCDADB;
}
</style>
background-color css
<style>
a { background-color: #CCDADB; }
a { background-color: rgb(204,218,219); }
div.DivClassName
{
background-color: #CCDADB;
}
.BgClassName
{
background-color: #CCDADB;
}
</style>
border-color css
<style>
span { border-color: #CCDADB; }
span { border-color: rgb(204,218,219); }
td.TdClassName
{
border-color: #CCDADB;
}
.TagClassName
{
border-color: #CCDADB;
}
</style>