Shades of Quartz #CECFE6
Tints of Quartz #CECFE6
RGB
CMYK
RGB Variations
Color information
#CECFE6 (or 0xCECFE6) is known color: Quartz. HEX triplet: CE, CF and E6. RGB value is (206,207,230). Sum of RGB (Red+Green+Blue) = 206+207+230=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #CECFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFE6 is #313019. Grayscale: #D1D1D1. Windows color (decimal): -3223578 or 15126478. OLE color: 15126478.
HSL color Cylindrical-coordinate representation of color #CECFE6: hue angle of 237.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECFE6 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 207 | 230 | - |
CMYK | 0.10 | 0.10 | 0 | 0.10 |
HSL | 237.5º | 0.32% | 0.85% | - |
HSV(B) | 237.5º | 0.1% | 0.9% | - |
XYZ | 62.05 | 63.46 | 83.84 | - |
YUV | 209.32 | 139.67 | 125.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 230 | 0.10 | 0.10 | 0 | 0.10 | 237.5 | 0.32 | 0.85 |
Hex | CE | CF | E6 | A | A | 0 | A | EE | 20 | 55 |
Octal | 316 | 317 | 346 | 12 | 12 | 0 | 12 | 356 | 40 | 125 |
Binary | 11001110 | 11001111 | 11100110 | 1010 | 1010 | 0 | 1010 | 11101110 | 100000 | 1010101 |
Color Harmonies of #CECFE6
Complementary color
Monochromatic Colors of #CECFE6
Black with #CECFE6
Text Example
Text Example
White with #CECFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFE6; }
p { color: rgb(206,207,230); }
H1.HeaderClassName
{
color: #CECFE6;
}
.AnyTagClassName
{
color: #CECFE6;
}
</style>
background-color css
<style>
a { background-color: #CECFE6; }
a { background-color: rgb(206,207,230); }
div.DivClassName
{
background-color: #CECFE6;
}
.BgClassName
{
background-color: #CECFE6;
}
</style>
border-color css
<style>
span { border-color: #CECFE6; }
span { border-color: rgb(206,207,230); }
td.TdClassName
{
border-color: #CECFE6;
}
.TagClassName
{
border-color: #CECFE6;
}
</style>