Shades of Quartz #CECDE9
Tints of Quartz #CECDE9
RGB
CMYK
RGB Variations
Color information
#CECDE9 (or 0xCECDE9) is known color: Quartz. HEX triplet: CE, CD and E9. RGB value is (206,205,233). Sum of RGB (Red+Green+Blue) = 206+205+233=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 233 - color contains mainly: blue. Hex color #CECDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDE9 is #313216. Grayscale: #D0D0D0. Windows color (decimal): -3224087 or 15322574. OLE color: 15322574.
HSL color Cylindrical-coordinate representation of color #CECDE9: hue angle of 242.14º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECDE9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 205 | 233 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.09 |
| HSL | 242.14º | 0.39% | 0.86% | - |
| HSV(B) | 242.14º | 0.12% | 0.91% | - |
| XYZ | 61.99 | 62.67 | 85.92 | - |
| YUV | 208.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 233 | 0.12 | 0.12 | 0 | 0.09 | 242.14 | 0.39 | 0.86 |
| Hex | CE | CD | E9 | C | C | 0 | 9 | F2 | 27 | 56 |
| Octal | 316 | 315 | 351 | 14 | 14 | 0 | 11 | 362 | 47 | 126 |
| Binary | 11001110 | 11001101 | 11101001 | 1100 | 1100 | 0 | 1001 | 11110010 | 100111 | 1010110 |
Color Harmonies of #CECDE9
Complementary color
Monochromatic Colors of #CECDE9
Black with #CECDE9
Text Example
Text Example
White with #CECDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDE9; }
p { color: rgb(206,205,233); }
H1.HeaderClassName
{
color: #CECDE9;
}
.AnyTagClassName
{
color: #CECDE9;
}
</style>
background-color css
<style>
a { background-color: #CECDE9; }
a { background-color: rgb(206,205,233); }
div.DivClassName
{
background-color: #CECDE9;
}
.BgClassName
{
background-color: #CECDE9;
}
</style>
border-color css
<style>
span { border-color: #CECDE9; }
span { border-color: rgb(206,205,233); }
td.TdClassName
{
border-color: #CECDE9;
}
.TagClassName
{
border-color: #CECDE9;
}
</style>