Shades of Quartz #CECDE6
Tints of Quartz #CECDE6
RGB
CMYK
RGB Variations
Color information
#CECDE6 (or 0xCECDE6) is known color: Quartz. HEX triplet: CE, CD and E6. RGB value is (206,205,230). Sum of RGB (Red+Green+Blue) = 206+205+230=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #CECDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDE6 is #313219. Grayscale: #D0D0D0. Windows color (decimal): -3224090 or 15125966. OLE color: 15125966.
HSL color Cylindrical-coordinate representation of color #CECDE6: hue angle of 242.4º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CECDE6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 205 | 230 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.10 |
| HSL | 242.4º | 0.33% | 0.85% | - |
| HSV(B) | 242.4º | 0.11% | 0.9% | - |
| XYZ | 61.57 | 62.5 | 83.68 | - |
| YUV | 208.15 | 140.33 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 230 | 0.10 | 0.11 | 0 | 0.10 | 242.4 | 0.33 | 0.85 |
| Hex | CE | CD | E6 | A | B | 0 | A | F2 | 21 | 55 |
| Octal | 316 | 315 | 346 | 12 | 13 | 0 | 12 | 362 | 41 | 125 |
| Binary | 11001110 | 11001101 | 11100110 | 1010 | 1011 | 0 | 1010 | 11110010 | 100001 | 1010101 |
Color Harmonies of #CECDE6
Complementary color
Monochromatic Colors of #CECDE6
Black with #CECDE6
Text Example
Text Example
White with #CECDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDE6; }
p { color: rgb(206,205,230); }
H1.HeaderClassName
{
color: #CECDE6;
}
.AnyTagClassName
{
color: #CECDE6;
}
</style>
background-color css
<style>
a { background-color: #CECDE6; }
a { background-color: rgb(206,205,230); }
div.DivClassName
{
background-color: #CECDE6;
}
.BgClassName
{
background-color: #CECDE6;
}
</style>
border-color css
<style>
span { border-color: #CECDE6; }
span { border-color: rgb(206,205,230); }
td.TdClassName
{
border-color: #CECDE6;
}
.TagClassName
{
border-color: #CECDE6;
}
</style>