Shades of Quartz #CECEEE
Tints of Quartz #CECEEE
RGB
CMYK
RGB Variations
Color information
#CECEEE (or 0xCECEEE) is known color: Quartz. HEX triplet: CE, CE and EE. RGB value is (206,206,238). Sum of RGB (Red+Green+Blue) = 206+206+238=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #CECEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEEE is #313111. Grayscale: #D1D1D1. Windows color (decimal): -3223826 or 15650510. OLE color: 15650510.
HSL color Cylindrical-coordinate representation of color #CECEEE: hue angle of 240º degrees, saturation: 0.48, 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 #CECEEE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 206 | 238 | - |
CMYK | 0.13 | 0.13 | 0 | 0.07 |
HSL | 240º | 0.48% | 0.87% | - |
HSV(B) | 240º | 0.13% | 0.93% | - |
XYZ | 62.96 | 63.44 | 89.82 | - |
YUV | 209.65 | 144 | 125.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 238 | 0.13 | 0.13 | 0 | 0.07 | 240 | 0.48 | 0.87 |
Hex | CE | CE | EE | D | D | 0 | 7 | F0 | 30 | 57 |
Octal | 316 | 316 | 356 | 15 | 15 | 0 | 7 | 360 | 60 | 127 |
Binary | 11001110 | 11001110 | 11101110 | 1101 | 1101 | 0 | 111 | 11110000 | 110000 | 1010111 |
Color Harmonies of #CECEEE
Complementary color
Monochromatic Colors of #CECEEE
Black with #CECEEE
Text Example
Text Example
White with #CECEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEEE; }
p { color: rgb(206,206,238); }
H1.HeaderClassName
{
color: #CECEEE;
}
.AnyTagClassName
{
color: #CECEEE;
}
</style>
background-color css
<style>
a { background-color: #CECEEE; }
a { background-color: rgb(206,206,238); }
div.DivClassName
{
background-color: #CECEEE;
}
.BgClassName
{
background-color: #CECEEE;
}
</style>
border-color css
<style>
span { border-color: #CECEEE; }
span { border-color: rgb(206,206,238); }
td.TdClassName
{
border-color: #CECEEE;
}
.TagClassName
{
border-color: #CECEEE;
}
</style>