Shades of Quartz #CECDE7
Tints of Quartz #CECDE7
RGB
CMYK
RGB Variations
Color information
#CECDE7 (or 0xCECDE7) is known color: Quartz. HEX triplet: CE, CD and E7. RGB value is (206,205,231). Sum of RGB (Red+Green+Blue) = 206+205+231=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #CECDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDE7 is #313218. Grayscale: #D0D0D0. Windows color (decimal): -3224089 or 15191502. OLE color: 15191502.
HSL color Cylindrical-coordinate representation of color #CECDE7: hue angle of 242.31º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CECDE7 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 205 | 231 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.09 |
| HSL | 242.31º | 0.35% | 0.85% | - |
| HSV(B) | 242.31º | 0.11% | 0.91% | - |
| XYZ | 61.71 | 62.55 | 84.42 | - |
| YUV | 208.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 231 | 0.11 | 0.11 | 0 | 0.09 | 242.31 | 0.35 | 0.85 |
| Hex | CE | CD | E7 | B | B | 0 | 9 | F2 | 23 | 55 |
| Octal | 316 | 315 | 347 | 13 | 13 | 0 | 11 | 362 | 43 | 125 |
| Binary | 11001110 | 11001101 | 11100111 | 1011 | 1011 | 0 | 1001 | 11110010 | 100011 | 1010101 |
Color Harmonies of #CECDE7
Complementary color
Monochromatic Colors of #CECDE7
Black with #CECDE7
Text Example
Text Example
White with #CECDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDE7; }
p { color: rgb(206,205,231); }
H1.HeaderClassName
{
color: #CECDE7;
}
.AnyTagClassName
{
color: #CECDE7;
}
</style>
background-color css
<style>
a { background-color: #CECDE7; }
a { background-color: rgb(206,205,231); }
div.DivClassName
{
background-color: #CECDE7;
}
.BgClassName
{
background-color: #CECDE7;
}
</style>
border-color css
<style>
span { border-color: #CECDE7; }
span { border-color: rgb(206,205,231); }
td.TdClassName
{
border-color: #CECDE7;
}
.TagClassName
{
border-color: #CECDE7;
}
</style>