Shades of Zumthor #CCDEDD
Tints of Zumthor #CCDEDD
RGB
CMYK
RGB Variations
Color information
#CCDEDD (or 0xCCDEDD) is known color: Zumthor. HEX triplet: CC, DE and DD. RGB value is (204,222,221). Sum of RGB (Red+Green+Blue) = 204+222+221=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEDD is #332122. Grayscale: #D8D8D8. Windows color (decimal): -3350819 or 14540492. OLE color: 14540492.
HSL color Cylindrical-coordinate representation of color #CCDEDD: hue angle of 176.67º 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 #CCDEDD is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 222 | 221 | - |
CMYK | 0.08 | 0 | 0.00 | 0.13 |
HSL | 176.67º | 0.21% | 0.84% | - |
HSV(B) | 176.67º | 0.08% | 0.87% | - |
XYZ | 64.07 | 70.3 | 78.6 | - |
YUV | 216.5 | 130.54 | 119.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 221 | 0.08 | 0 | 0.00 | 0.13 | 176.67 | 0.21 | 0.84 |
Hex | CC | DE | DD | 8 | 0 | 0 | D | B1 | 15 | 54 |
Octal | 314 | 336 | 335 | 10 | 0 | 0 | 15 | 261 | 25 | 124 |
Binary | 11001100 | 11011110 | 11011101 | 1000 | 0 | 0 | 1101 | 10110001 | 10101 | 1010100 |
Color Harmonies of #CCDEDD
Complementary color
Monochromatic Colors of #CCDEDD
Black with #CCDEDD
Text Example
Text Example
White with #CCDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEDD; }
p { color: rgb(204,222,221); }
H1.HeaderClassName
{
color: #CCDEDD;
}
.AnyTagClassName
{
color: #CCDEDD;
}
</style>
background-color css
<style>
a { background-color: #CCDEDD; }
a { background-color: rgb(204,222,221); }
div.DivClassName
{
background-color: #CCDEDD;
}
.BgClassName
{
background-color: #CCDEDD;
}
</style>
border-color css
<style>
span { border-color: #CCDEDD; }
span { border-color: rgb(204,222,221); }
td.TdClassName
{
border-color: #CCDEDD;
}
.TagClassName
{
border-color: #CCDEDD;
}
</style>