Shades of Quartz #CECFED
Tints of Quartz #CECFED
RGB
CMYK
RGB Variations
Color information
#CECFED (or 0xCECFED) is known color: Quartz. HEX triplet: CE, CF and ED. RGB value is (206,207,237). Sum of RGB (Red+Green+Blue) = 206+207+237=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #CECFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFED is #313012. Grayscale: #D2D2D2. Windows color (decimal): -3223571 or 15585230. OLE color: 15585230.
HSL color Cylindrical-coordinate representation of color #CECFED: hue angle of 238.06º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CECFED is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 207 | 237 | - |
CMYK | 0.13 | 0.13 | 0 | 0.07 |
HSL | 238.06º | 0.46% | 0.87% | - |
HSV(B) | 238.06º | 0.13% | 0.93% | - |
XYZ | 63.05 | 63.86 | 89.12 | - |
YUV | 210.12 | 143.17 | 125.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 237 | 0.13 | 0.13 | 0 | 0.07 | 238.06 | 0.46 | 0.87 |
Hex | CE | CF | ED | D | D | 0 | 7 | EE | 2E | 57 |
Octal | 316 | 317 | 355 | 15 | 15 | 0 | 7 | 356 | 56 | 127 |
Binary | 11001110 | 11001111 | 11101101 | 1101 | 1101 | 0 | 111 | 11101110 | 101110 | 1010111 |
Color Harmonies of #CECFED
Complementary color
Monochromatic Colors of #CECFED
Black with #CECFED
Text Example
Text Example
White with #CECFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFED; }
p { color: rgb(206,207,237); }
H1.HeaderClassName
{
color: #CECFED;
}
.AnyTagClassName
{
color: #CECFED;
}
</style>
background-color css
<style>
a { background-color: #CECFED; }
a { background-color: rgb(206,207,237); }
div.DivClassName
{
background-color: #CECFED;
}
.BgClassName
{
background-color: #CECFED;
}
</style>
border-color css
<style>
span { border-color: #CECFED; }
span { border-color: rgb(206,207,237); }
td.TdClassName
{
border-color: #CECFED;
}
.TagClassName
{
border-color: #CECFED;
}
</style>