Shades of Quartz #CECDEC
Tints of Quartz #CECDEC
RGB
CMYK
RGB Variations
Color information
#CECDEC (or 0xCECDEC) is known color: Quartz. HEX triplet: CE, CD and EC. RGB value is (206,205,236). Sum of RGB (Red+Green+Blue) = 206+205+236=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #CECDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDEC is #313213. Grayscale: #D0D0D0. Windows color (decimal): -3224084 or 15519182. OLE color: 15519182.
HSL color Cylindrical-coordinate representation of color #CECDEC: hue angle of 241.94º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CECDEC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 205 | 236 | - |
CMYK | 0.13 | 0.13 | 0 | 0.07 |
HSL | 241.94º | 0.45% | 0.86% | - |
HSV(B) | 241.94º | 0.13% | 0.93% | - |
XYZ | 62.43 | 62.84 | 88.2 | - |
YUV | 208.83 | 143.33 | 125.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 236 | 0.13 | 0.13 | 0 | 0.07 | 241.94 | 0.45 | 0.86 |
Hex | CE | CD | EC | D | D | 0 | 7 | F2 | 2D | 56 |
Octal | 316 | 315 | 354 | 15 | 15 | 0 | 7 | 362 | 55 | 126 |
Binary | 11001110 | 11001101 | 11101100 | 1101 | 1101 | 0 | 111 | 11110010 | 101101 | 1010110 |
Color Harmonies of #CECDEC
Complementary color
Monochromatic Colors of #CECDEC
Black with #CECDEC
Text Example
Text Example
White with #CECDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDEC; }
p { color: rgb(206,205,236); }
H1.HeaderClassName
{
color: #CECDEC;
}
.AnyTagClassName
{
color: #CECDEC;
}
</style>
background-color css
<style>
a { background-color: #CECDEC; }
a { background-color: rgb(206,205,236); }
div.DivClassName
{
background-color: #CECDEC;
}
.BgClassName
{
background-color: #CECDEC;
}
</style>
border-color css
<style>
span { border-color: #CECDEC; }
span { border-color: rgb(206,205,236); }
td.TdClassName
{
border-color: #CECDEC;
}
.TagClassName
{
border-color: #CECDEC;
}
</style>