Shades of Zumthor #CEDDDF
Tints of Zumthor #CEDDDF
RGB
CMYK
RGB Variations
Color information
#CEDDDF (or 0xCEDDDF) is known color: Zumthor. HEX triplet: CE, DD and DF. RGB value is (206,221,223). Sum of RGB (Red+Green+Blue) = 206+221+223=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEDDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDDF is #312220. Grayscale: #D8D8D8. Windows color (decimal): -3220001 or 14671310. OLE color: 14671310.
HSL color Cylindrical-coordinate representation of color #CEDDDF: hue angle of 187.06º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDDDF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 223 | - |
CMYK | 0.08 | 0.01 | 0 | 0.13 |
HSL | 187.06º | 0.21% | 0.84% | - |
HSV(B) | 187.06º | 0.08% | 0.87% | - |
XYZ | 64.63 | 70.16 | 79.95 | - |
YUV | 216.74 | 131.53 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 223 | 0.08 | 0.01 | 0 | 0.13 | 187.06 | 0.21 | 0.84 |
Hex | CE | DD | DF | 8 | 1 | 0 | D | BB | 15 | 54 |
Octal | 316 | 335 | 337 | 10 | 1 | 0 | 15 | 273 | 25 | 124 |
Binary | 11001110 | 11011101 | 11011111 | 1000 | 1 | 0 | 1101 | 10111011 | 10101 | 1010100 |
Color Harmonies of #CEDDDF
Complementary color
Monochromatic Colors of #CEDDDF
Black with #CEDDDF
Text Example
Text Example
White with #CEDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDDF; }
p { color: rgb(206,221,223); }
H1.HeaderClassName
{
color: #CEDDDF;
}
.AnyTagClassName
{
color: #CEDDDF;
}
</style>
background-color css
<style>
a { background-color: #CEDDDF; }
a { background-color: rgb(206,221,223); }
div.DivClassName
{
background-color: #CEDDDF;
}
.BgClassName
{
background-color: #CEDDDF;
}
</style>
border-color css
<style>
span { border-color: #CEDDDF; }
span { border-color: rgb(206,221,223); }
td.TdClassName
{
border-color: #CEDDDF;
}
.TagClassName
{
border-color: #CEDDDF;
}
</style>