Shades of Quartz #CECFEF
Tints of Quartz #CECFEF
RGB
CMYK
RGB Variations
Color information
#CECFEF (or 0xCECFEF) is known color: Quartz. HEX triplet: CE, CF and EF. RGB value is (206,207,239). Sum of RGB (Red+Green+Blue) = 206+207+239=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 207 (81.25% from 255 or 31.75% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #CECFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFEF is #313010. Grayscale: #D2D2D2. Windows color (decimal): -3223569 or 15716302. OLE color: 15716302.
HSL color Cylindrical-coordinate representation of color #CECFEF: hue angle of 238.18º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECFEF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 207 | 239 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.06 |
| HSL | 238.18º | 0.51% | 0.87% | - |
| HSV(B) | 238.18º | 0.14% | 0.94% | - |
| XYZ | 63.35 | 63.98 | 90.67 | - |
| YUV | 210.35 | 144.17 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 239 | 0.14 | 0.13 | 0 | 0.06 | 238.18 | 0.51 | 0.87 |
| Hex | CE | CF | EF | E | D | 0 | 6 | EE | 33 | 57 |
| Octal | 316 | 317 | 357 | 16 | 15 | 0 | 6 | 356 | 63 | 127 |
| Binary | 11001110 | 11001111 | 11101111 | 1110 | 1101 | 0 | 110 | 11101110 | 110011 | 1010111 |
Color Harmonies of #CECFEF
Complementary color
Monochromatic Colors of #CECFEF
Black with #CECFEF
Text Example
Text Example
White with #CECFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFEF; }
p { color: rgb(206,207,239); }
H1.HeaderClassName
{
color: #CECFEF;
}
.AnyTagClassName
{
color: #CECFEF;
}
</style>
background-color css
<style>
a { background-color: #CECFEF; }
a { background-color: rgb(206,207,239); }
div.DivClassName
{
background-color: #CECFEF;
}
.BgClassName
{
background-color: #CECFEF;
}
</style>
border-color css
<style>
span { border-color: #CECFEF; }
span { border-color: rgb(206,207,239); }
td.TdClassName
{
border-color: #CECFEF;
}
.TagClassName
{
border-color: #CECFEF;
}
</style>