Shades of Zumthor #CEDADA
Tints of Zumthor #CEDADA
RGB
CMYK
RGB Variations
Color information
#CEDADA (or 0xCEDADA) is known color: Zumthor. HEX triplet: CE, DA and DA. RGB value is (206,218,218). Sum of RGB (Red+Green+Blue) = 206+218+218=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #CEDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDADA is #312525. Grayscale: #D6D6D6. Windows color (decimal): -3220774 or 14342862. OLE color: 14342862.
HSL color Cylindrical-coordinate representation of color #CEDADA: hue angle of 180º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDADA is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 218 | - |
CMYK | 0.06 | 0 | 0 | 0.15 |
HSL | 180º | 0.14% | 0.83% | - |
HSV(B) | 180º | 0.06% | 0.85% | - |
XYZ | 63.18 | 68.33 | 76.19 | - |
YUV | 214.41 | 130.02 | 122 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 218 | 0.06 | 0 | 0 | 0.15 | 180 | 0.14 | 0.83 |
Hex | CE | DA | DA | 6 | 0 | 0 | F | B4 | E | 53 |
Octal | 316 | 332 | 332 | 6 | 0 | 0 | 17 | 264 | 16 | 123 |
Binary | 11001110 | 11011010 | 11011010 | 110 | 0 | 0 | 1111 | 10110100 | 1110 | 1010011 |
Color Harmonies of #CEDADA
Complementary color
Monochromatic Colors of #CEDADA
Black with #CEDADA
Text Example
Text Example
White with #CEDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDADA; }
p { color: rgb(206,218,218); }
H1.HeaderClassName
{
color: #CEDADA;
}
.AnyTagClassName
{
color: #CEDADA;
}
</style>
background-color css
<style>
a { background-color: #CEDADA; }
a { background-color: rgb(206,218,218); }
div.DivClassName
{
background-color: #CEDADA;
}
.BgClassName
{
background-color: #CEDADA;
}
</style>
border-color css
<style>
span { border-color: #CEDADA; }
span { border-color: rgb(206,218,218); }
td.TdClassName
{
border-color: #CEDADA;
}
.TagClassName
{
border-color: #CEDADA;
}
</style>