Shades of Quartz #CECDE4
Tints of Quartz #CECDE4
RGB
CMYK
RGB Variations
Color information
#CECDE4 (or 0xCECDE4) is known color: Quartz. HEX triplet: CE, CD and E4. RGB value is (206,205,228). Sum of RGB (Red+Green+Blue) = 206+205+228=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #CECDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDE4 is #31321B. Grayscale: #CFCFCF. Windows color (decimal): -3224092 or 14994894. OLE color: 14994894.
HSL color Cylindrical-coordinate representation of color #CECDE4: hue angle of 242.61º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECDE4 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 205 | 228 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.11 |
| HSL | 242.61º | 0.3% | 0.85% | - |
| HSV(B) | 242.61º | 0.1% | 0.89% | - |
| XYZ | 61.29 | 62.39 | 82.21 | - |
| YUV | 207.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 228 | 0.10 | 0.10 | 0 | 0.11 | 242.61 | 0.3 | 0.85 |
| Hex | CE | CD | E4 | A | A | 0 | B | F3 | 1E | 55 |
| Octal | 316 | 315 | 344 | 12 | 12 | 0 | 13 | 363 | 36 | 125 |
| Binary | 11001110 | 11001101 | 11100100 | 1010 | 1010 | 0 | 1011 | 11110011 | 11110 | 1010101 |
Color Harmonies of #CECDE4
Complementary color
Monochromatic Colors of #CECDE4
Black with #CECDE4
Text Example
Text Example
White with #CECDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDE4; }
p { color: rgb(206,205,228); }
H1.HeaderClassName
{
color: #CECDE4;
}
.AnyTagClassName
{
color: #CECDE4;
}
</style>
background-color css
<style>
a { background-color: #CECDE4; }
a { background-color: rgb(206,205,228); }
div.DivClassName
{
background-color: #CECDE4;
}
.BgClassName
{
background-color: #CECDE4;
}
</style>
border-color css
<style>
span { border-color: #CECDE4; }
span { border-color: rgb(206,205,228); }
td.TdClassName
{
border-color: #CECDE4;
}
.TagClassName
{
border-color: #CECDE4;
}
</style>