Shades of Quartz #CECEDE
Tints of Quartz #CECEDE
RGB
CMYK
RGB Variations
Color information
#CECEDE (or 0xCECEDE) is known color: Quartz. HEX triplet: CE, CE and DE. RGB value is (206,206,222). Sum of RGB (Red+Green+Blue) = 206+206+222=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #CECEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEDE is #313121. Grayscale: #CFCFCF. Windows color (decimal): -3223842 or 14601934. OLE color: 14601934.
HSL color Cylindrical-coordinate representation of color #CECEDE: hue angle of 240º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECEDE is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 206 | 222 | - |
CMYK | 0.07 | 0.07 | 0 | 0.13 |
HSL | 240º | 0.2% | 0.84% | - |
HSV(B) | 240º | 0.07% | 0.87% | - |
XYZ | 60.71 | 62.54 | 77.98 | - |
YUV | 207.82 | 136 | 126.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 222 | 0.07 | 0.07 | 0 | 0.13 | 240 | 0.2 | 0.84 |
Hex | CE | CE | DE | 7 | 7 | 0 | D | F0 | 14 | 54 |
Octal | 316 | 316 | 336 | 7 | 7 | 0 | 15 | 360 | 24 | 124 |
Binary | 11001110 | 11001110 | 11011110 | 111 | 111 | 0 | 1101 | 11110000 | 10100 | 1010100 |
Color Harmonies of #CECEDE
Complementary color
Monochromatic Colors of #CECEDE
Black with #CECEDE
Text Example
Text Example
White with #CECEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEDE; }
p { color: rgb(206,206,222); }
H1.HeaderClassName
{
color: #CECEDE;
}
.AnyTagClassName
{
color: #CECEDE;
}
</style>
background-color css
<style>
a { background-color: #CECEDE; }
a { background-color: rgb(206,206,222); }
div.DivClassName
{
background-color: #CECEDE;
}
.BgClassName
{
background-color: #CECEDE;
}
</style>
border-color css
<style>
span { border-color: #CECEDE; }
span { border-color: rgb(206,206,222); }
td.TdClassName
{
border-color: #CECEDE;
}
.TagClassName
{
border-color: #CECEDE;
}
</style>