Shades of Quartz #CECDE5
Tints of Quartz #CECDE5
RGB
CMYK
RGB Variations
Color information
#CECDE5 (or 0xCECDE5) is known color: Quartz. HEX triplet: CE, CD and E5. RGB value is (206,205,229). Sum of RGB (Red+Green+Blue) = 206+205+229=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #CECDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDE5 is #31321A. Grayscale: #CFCFCF. Windows color (decimal): -3224091 or 15060430. OLE color: 15060430.
HSL color Cylindrical-coordinate representation of color #CECDE5: hue angle of 242.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECDE5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 205 | 229 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.10 |
| HSL | 242.5º | 0.32% | 0.85% | - |
| HSV(B) | 242.5º | 0.1% | 0.9% | - |
| XYZ | 61.43 | 62.44 | 82.94 | - |
| YUV | 208.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 229 | 0.10 | 0.10 | 0 | 0.10 | 242.5 | 0.32 | 0.85 |
| Hex | CE | CD | E5 | A | A | 0 | A | F2 | 20 | 55 |
| Octal | 316 | 315 | 345 | 12 | 12 | 0 | 12 | 362 | 40 | 125 |
| Binary | 11001110 | 11001101 | 11100101 | 1010 | 1010 | 0 | 1010 | 11110010 | 100000 | 1010101 |
Color Harmonies of #CECDE5
Complementary color
Monochromatic Colors of #CECDE5
Black with #CECDE5
Text Example
Text Example
White with #CECDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDE5; }
p { color: rgb(206,205,229); }
H1.HeaderClassName
{
color: #CECDE5;
}
.AnyTagClassName
{
color: #CECDE5;
}
</style>
background-color css
<style>
a { background-color: #CECDE5; }
a { background-color: rgb(206,205,229); }
div.DivClassName
{
background-color: #CECDE5;
}
.BgClassName
{
background-color: #CECDE5;
}
</style>
border-color css
<style>
span { border-color: #CECDE5; }
span { border-color: rgb(206,205,229); }
td.TdClassName
{
border-color: #CECDE5;
}
.TagClassName
{
border-color: #CECDE5;
}
</style>