Shades of Zumthor #CEDEDF
Tints of Zumthor #CEDEDF
RGB
CMYK
RGB Variations
Color information
#CEDEDF (or 0xCEDEDF) is known color: Zumthor. HEX triplet: CE, DE and DF. RGB value is (206,222,223). Sum of RGB (Red+Green+Blue) = 206+222+223=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEDEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEDF is #312120. Grayscale: #D9D9D9. Windows color (decimal): -3219745 or 14671566. OLE color: 14671566.
HSL color Cylindrical-coordinate representation of color #CEDEDF: hue angle of 183.53º 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 #CEDEDF is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 223 | - |
| CMYK | 0.08 | 0.00 | 0 | 0.13 |
| HSL | 183.53º | 0.21% | 0.84% | - |
| HSV(B) | 183.53º | 0.08% | 0.87% | - |
| XYZ | 64.89 | 70.69 | 80.04 | - |
| YUV | 217.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 223 | 0.08 | 0.00 | 0 | 0.13 | 183.53 | 0.21 | 0.84 |
| Hex | CE | DE | DF | 8 | 0 | 0 | D | B8 | 15 | 54 |
| Octal | 316 | 336 | 337 | 10 | 0 | 0 | 15 | 270 | 25 | 124 |
| Binary | 11001110 | 11011110 | 11011111 | 1000 | 0 | 0 | 1101 | 10111000 | 10101 | 1010100 |
Color Harmonies of #CEDEDF
Complementary color
Monochromatic Colors of #CEDEDF
Black with #CEDEDF
Text Example
Text Example
White with #CEDEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEDF; }
p { color: rgb(206,222,223); }
H1.HeaderClassName
{
color: #CEDEDF;
}
.AnyTagClassName
{
color: #CEDEDF;
}
</style>
background-color css
<style>
a { background-color: #CEDEDF; }
a { background-color: rgb(206,222,223); }
div.DivClassName
{
background-color: #CEDEDF;
}
.BgClassName
{
background-color: #CEDEDF;
}
</style>
border-color css
<style>
span { border-color: #CEDEDF; }
span { border-color: rgb(206,222,223); }
td.TdClassName
{
border-color: #CEDEDF;
}
.TagClassName
{
border-color: #CEDEDF;
}
</style>