Shades of Quartz #CECEED
Tints of Quartz #CECEED
RGB
CMYK
RGB Variations
Color information
#CECEED (or 0xCECEED) is known color: Quartz. HEX triplet: CE, CE and ED. RGB value is (206,206,237). Sum of RGB (Red+Green+Blue) = 206+206+237=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #CECEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEED is #313112. Grayscale: #D1D1D1. Windows color (decimal): -3223827 or 15584974. OLE color: 15584974.
HSL color Cylindrical-coordinate representation of color #CECEED: hue angle of 240º 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 #CECEED is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 206 | 237 | - |
CMYK | 0.13 | 0.13 | 0 | 0.07 |
HSL | 240º | 0.46% | 0.87% | - |
HSV(B) | 240º | 0.13% | 0.93% | - |
XYZ | 62.81 | 63.38 | 89.04 | - |
YUV | 209.53 | 143.5 | 125.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 237 | 0.13 | 0.13 | 0 | 0.07 | 240 | 0.46 | 0.87 |
Hex | CE | CE | ED | D | D | 0 | 7 | F0 | 2E | 57 |
Octal | 316 | 316 | 355 | 15 | 15 | 0 | 7 | 360 | 56 | 127 |
Binary | 11001110 | 11001110 | 11101101 | 1101 | 1101 | 0 | 111 | 11110000 | 101110 | 1010111 |
Color Harmonies of #CECEED
Complementary color
Monochromatic Colors of #CECEED
Black with #CECEED
Text Example
Text Example
White with #CECEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEED; }
p { color: rgb(206,206,237); }
H1.HeaderClassName
{
color: #CECEED;
}
.AnyTagClassName
{
color: #CECEED;
}
</style>
background-color css
<style>
a { background-color: #CECEED; }
a { background-color: rgb(206,206,237); }
div.DivClassName
{
background-color: #CECEED;
}
.BgClassName
{
background-color: #CECEED;
}
</style>
border-color css
<style>
span { border-color: #CECEED; }
span { border-color: rgb(206,206,237); }
td.TdClassName
{
border-color: #CECEED;
}
.TagClassName
{
border-color: #CECEED;
}
</style>