Shades of Quartz #CECDE2
Tints of Quartz #CECDE2
RGB
CMYK
RGB Variations
Color information
#CECDE2 (or 0xCECDE2) is known color: Quartz. HEX triplet: CE, CD and E2. RGB value is (206,205,226). Sum of RGB (Red+Green+Blue) = 206+205+226=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #CECDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECDE2 is #31321D. Grayscale: #CFCFCF. Windows color (decimal): -3224094 or 14863822. OLE color: 14863822.
HSL color Cylindrical-coordinate representation of color #CECDE2: hue angle of 242.86º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECDE2 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 205 | 226 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.11 |
| HSL | 242.86º | 0.27% | 0.85% | - |
| HSV(B) | 242.86º | 0.09% | 0.89% | - |
| XYZ | 61.01 | 62.28 | 80.76 | - |
| YUV | 207.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 226 | 0.09 | 0.09 | 0 | 0.11 | 242.86 | 0.27 | 0.85 |
| Hex | CE | CD | E2 | 9 | 9 | 0 | B | F3 | 1B | 55 |
| Octal | 316 | 315 | 342 | 11 | 11 | 0 | 13 | 363 | 33 | 125 |
| Binary | 11001110 | 11001101 | 11100010 | 1001 | 1001 | 0 | 1011 | 11110011 | 11011 | 1010101 |
Color Harmonies of #CECDE2
Complementary color
Monochromatic Colors of #CECDE2
Black with #CECDE2
Text Example
Text Example
White with #CECDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDE2; }
p { color: rgb(206,205,226); }
H1.HeaderClassName
{
color: #CECDE2;
}
.AnyTagClassName
{
color: #CECDE2;
}
</style>
background-color css
<style>
a { background-color: #CECDE2; }
a { background-color: rgb(206,205,226); }
div.DivClassName
{
background-color: #CECDE2;
}
.BgClassName
{
background-color: #CECDE2;
}
</style>
border-color css
<style>
span { border-color: #CECDE2; }
span { border-color: rgb(206,205,226); }
td.TdClassName
{
border-color: #CECDE2;
}
.TagClassName
{
border-color: #CECDE2;
}
</style>