Shades of Quartz #CECFE4
Tints of Quartz #CECFE4
RGB
CMYK
RGB Variations
Color information
#CECFE4 (or 0xCECFE4) is known color: Quartz. HEX triplet: CE, CF and E4. RGB value is (206,207,228). Sum of RGB (Red+Green+Blue) = 206+207+228=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 228 - color contains mainly: blue. Hex color #CECFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFE4 is #31301B. Grayscale: #D1D1D1. Windows color (decimal): -3223580 or 14995406. OLE color: 14995406.
HSL color Cylindrical-coordinate representation of color #CECFE4: hue angle of 237.27º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECFE4 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 207 | 228 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.11 |
| HSL | 237.27º | 0.29% | 0.85% | - |
| HSV(B) | 237.27º | 0.1% | 0.89% | - |
| XYZ | 61.77 | 63.35 | 82.37 | - |
| YUV | 209.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 228 | 0.10 | 0.09 | 0 | 0.11 | 237.27 | 0.29 | 0.85 |
| Hex | CE | CF | E4 | A | 9 | 0 | B | ED | 1D | 55 |
| Octal | 316 | 317 | 344 | 12 | 11 | 0 | 13 | 355 | 35 | 125 |
| Binary | 11001110 | 11001111 | 11100100 | 1010 | 1001 | 0 | 1011 | 11101101 | 11101 | 1010101 |
Color Harmonies of #CECFE4
Complementary color
Monochromatic Colors of #CECFE4
Black with #CECFE4
Text Example
Text Example
White with #CECFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFE4; }
p { color: rgb(206,207,228); }
H1.HeaderClassName
{
color: #CECFE4;
}
.AnyTagClassName
{
color: #CECFE4;
}
</style>
background-color css
<style>
a { background-color: #CECFE4; }
a { background-color: rgb(206,207,228); }
div.DivClassName
{
background-color: #CECFE4;
}
.BgClassName
{
background-color: #CECFE4;
}
</style>
border-color css
<style>
span { border-color: #CECFE4; }
span { border-color: rgb(206,207,228); }
td.TdClassName
{
border-color: #CECFE4;
}
.TagClassName
{
border-color: #CECFE4;
}
</style>