Shades of Quartz #CDCEEC
Tints of Quartz #CDCEEC
RGB
CMYK
RGB Variations
Color information
#CDCEEC (or 0xCDCEEC) is known color: Quartz. HEX triplet: CD, CE and EC. RGB value is (205,206,236). Sum of RGB (Red+Green+Blue) = 205+206+236=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEEC is #323113. Grayscale: #D1D1D1. Windows color (decimal): -3289364 or 15519437. OLE color: 15519437.
HSL color Cylindrical-coordinate representation of color #CDCEEC: hue angle of 238.06º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDCEEC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 206 | 236 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.07 |
| HSL | 238.06º | 0.45% | 0.86% | - |
| HSV(B) | 238.06º | 0.13% | 0.93% | - |
| XYZ | 62.39 | 63.18 | 88.26 | - |
| YUV | 209.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 236 | 0.13 | 0.13 | 0 | 0.07 | 238.06 | 0.45 | 0.86 |
| Hex | CD | CE | EC | D | D | 0 | 7 | EE | 2D | 56 |
| Octal | 315 | 316 | 354 | 15 | 15 | 0 | 7 | 356 | 55 | 126 |
| Binary | 11001101 | 11001110 | 11101100 | 1101 | 1101 | 0 | 111 | 11101110 | 101101 | 1010110 |
Color Harmonies of #CDCEEC
Complementary color
Monochromatic Colors of #CDCEEC
Black with #CDCEEC
Text Example
Text Example
White with #CDCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEEC; }
p { color: rgb(205,206,236); }
H1.HeaderClassName
{
color: #CDCEEC;
}
.AnyTagClassName
{
color: #CDCEEC;
}
</style>
background-color css
<style>
a { background-color: #CDCEEC; }
a { background-color: rgb(205,206,236); }
div.DivClassName
{
background-color: #CDCEEC;
}
.BgClassName
{
background-color: #CDCEEC;
}
</style>
border-color css
<style>
span { border-color: #CDCEEC; }
span { border-color: rgb(205,206,236); }
td.TdClassName
{
border-color: #CDCEEC;
}
.TagClassName
{
border-color: #CDCEEC;
}
</style>