Shades of Quartz #CECDE0
Tints of Quartz #CECDE0
RGB
CMYK
RGB Variations
Color information
#CECDE0 (or 0xCECDE0) is known color: Quartz. HEX triplet: CE, CD and E0. RGB value is (206,205,224). Sum of RGB (Red+Green+Blue) = 206+205+224=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 224 - color contains mainly: blue. Hex color #CECDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDE0 is #31321F. Grayscale: #CFCFCF. Windows color (decimal): -3224096 or 14732750. OLE color: 14732750.
HSL color Cylindrical-coordinate representation of color #CECDE0: hue angle of 243.16º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECDE0 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 205 | 224 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.12 |
| HSL | 243.16º | 0.23% | 0.84% | - |
| HSV(B) | 243.16º | 0.08% | 0.88% | - |
| XYZ | 60.74 | 62.17 | 79.32 | - |
| YUV | 207.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 224 | 0.08 | 0.08 | 0 | 0.12 | 243.16 | 0.23 | 0.84 |
| Hex | CE | CD | E0 | 8 | 8 | 0 | C | F3 | 17 | 54 |
| Octal | 316 | 315 | 340 | 10 | 10 | 0 | 14 | 363 | 27 | 124 |
| Binary | 11001110 | 11001101 | 11100000 | 1000 | 1000 | 0 | 1100 | 11110011 | 10111 | 1010100 |
Color Harmonies of #CECDE0
Complementary color
Monochromatic Colors of #CECDE0
Black with #CECDE0
Text Example
Text Example
White with #CECDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDE0; }
p { color: rgb(206,205,224); }
H1.HeaderClassName
{
color: #CECDE0;
}
.AnyTagClassName
{
color: #CECDE0;
}
</style>
background-color css
<style>
a { background-color: #CECDE0; }
a { background-color: rgb(206,205,224); }
div.DivClassName
{
background-color: #CECDE0;
}
.BgClassName
{
background-color: #CECDE0;
}
</style>
border-color css
<style>
span { border-color: #CECDE0; }
span { border-color: rgb(206,205,224); }
td.TdClassName
{
border-color: #CECDE0;
}
.TagClassName
{
border-color: #CECDE0;
}
</style>