Shades of Quartz #CECFE2
Tints of Quartz #CECFE2
RGB
CMYK
RGB Variations
Color information
#CECFE2 (or 0xCECFE2) is known color: Quartz. HEX triplet: CE, CF and E2. RGB value is (206,207,226). Sum of RGB (Red+Green+Blue) = 206+207+226=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 226 - color contains mainly: blue. Hex color #CECFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFE2 is #31301D. Grayscale: #D0D0D0. Windows color (decimal): -3223582 or 14864334. OLE color: 14864334.
HSL color Cylindrical-coordinate representation of color #CECFE2: hue angle of 237º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECFE2 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 207 | 226 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.11 |
| HSL | 237º | 0.26% | 0.85% | - |
| HSV(B) | 237º | 0.09% | 0.89% | - |
| XYZ | 61.49 | 63.24 | 80.92 | - |
| YUV | 208.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 226 | 0.09 | 0.08 | 0 | 0.11 | 237 | 0.26 | 0.85 |
| Hex | CE | CF | E2 | 9 | 8 | 0 | B | ED | 1A | 55 |
| Octal | 316 | 317 | 342 | 11 | 10 | 0 | 13 | 355 | 32 | 125 |
| Binary | 11001110 | 11001111 | 11100010 | 1001 | 1000 | 0 | 1011 | 11101101 | 11010 | 1010101 |
Color Harmonies of #CECFE2
Complementary color
Monochromatic Colors of #CECFE2
Black with #CECFE2
Text Example
Text Example
White with #CECFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFE2; }
p { color: rgb(206,207,226); }
H1.HeaderClassName
{
color: #CECFE2;
}
.AnyTagClassName
{
color: #CECFE2;
}
</style>
background-color css
<style>
a { background-color: #CECFE2; }
a { background-color: rgb(206,207,226); }
div.DivClassName
{
background-color: #CECFE2;
}
.BgClassName
{
background-color: #CECFE2;
}
</style>
border-color css
<style>
span { border-color: #CECFE2; }
span { border-color: rgb(206,207,226); }
td.TdClassName
{
border-color: #CECFE2;
}
.TagClassName
{
border-color: #CECFE2;
}
</style>