Shades of Quartz #CECEEB
Tints of Quartz #CECEEB
RGB
CMYK
RGB Variations
Color information
#CECEEB (or 0xCECEEB) is known color: Quartz. HEX triplet: CE, CE and EB. RGB value is (206,206,235). Sum of RGB (Red+Green+Blue) = 206+206+235=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #CECEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEEB is #313114. Grayscale: #D1D1D1. Windows color (decimal): -3223829 or 15453902. OLE color: 15453902.
HSL color Cylindrical-coordinate representation of color #CECEEB: hue angle of 240º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECEEB is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 206 | 206 | 235 | - |
CMYK | 0.12 | 0.12 | 0 | 0.08 |
HSL | 240º | 0.42% | 0.86% | - |
HSV(B) | 240º | 0.12% | 0.92% | - |
XYZ | 62.52 | 63.26 | 87.51 | - |
YUV | 209.31 | 142.5 | 125.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 235 | 0.12 | 0.12 | 0 | 0.08 | 240 | 0.42 | 0.86 |
Hex | CE | CE | EB | C | C | 0 | 8 | F0 | 2A | 56 |
Octal | 316 | 316 | 353 | 14 | 14 | 0 | 10 | 360 | 52 | 126 |
Binary | 11001110 | 11001110 | 11101011 | 1100 | 1100 | 0 | 1000 | 11110000 | 101010 | 1010110 |
Color Harmonies of #CECEEB
Complementary color
Monochromatic Colors of #CECEEB
Black with #CECEEB
Text Example
Text Example
White with #CECEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEEB; }
p { color: rgb(206,206,235); }
H1.HeaderClassName
{
color: #CECEEB;
}
.AnyTagClassName
{
color: #CECEEB;
}
</style>
background-color css
<style>
a { background-color: #CECEEB; }
a { background-color: rgb(206,206,235); }
div.DivClassName
{
background-color: #CECEEB;
}
.BgClassName
{
background-color: #CECEEB;
}
</style>
border-color css
<style>
span { border-color: #CECEEB; }
span { border-color: rgb(206,206,235); }
td.TdClassName
{
border-color: #CECEEB;
}
.TagClassName
{
border-color: #CECEEB;
}
</style>