Shades of Quartz #CFCEEB
Tints of Quartz #CFCEEB
RGB
CMYK
RGB Variations
Color information
#CFCEEB (or 0xCFCEEB) is known color: Quartz. HEX triplet: CF, CE and EB. RGB value is (207,206,235). Sum of RGB (Red+Green+Blue) = 207+206+235=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEEB is #303114. Grayscale: #D1D1D1. Windows color (decimal): -3158293 or 15453903. OLE color: 15453903.
HSL color Cylindrical-coordinate representation of color #CFCEEB: hue angle of 242.07º 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 #CFCEEB is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 206 | 235 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.08 |
| HSL | 242.07º | 0.42% | 0.86% | - |
| HSV(B) | 242.07º | 0.12% | 0.92% | - |
| XYZ | 62.8 | 63.41 | 87.53 | - |
| YUV | 209.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 235 | 0.12 | 0.12 | 0 | 0.08 | 242.07 | 0.42 | 0.86 |
| Hex | CF | CE | EB | C | C | 0 | 8 | F2 | 2A | 56 |
| Octal | 317 | 316 | 353 | 14 | 14 | 0 | 10 | 362 | 52 | 126 |
| Binary | 11001111 | 11001110 | 11101011 | 1100 | 1100 | 0 | 1000 | 11110010 | 101010 | 1010110 |
Color Harmonies of #CFCEEB
Complementary color
Monochromatic Colors of #CFCEEB
Black with #CFCEEB
Text Example
Text Example
White with #CFCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEEB; }
p { color: rgb(207,206,235); }
H1.HeaderClassName
{
color: #CFCEEB;
}
.AnyTagClassName
{
color: #CFCEEB;
}
</style>
background-color css
<style>
a { background-color: #CFCEEB; }
a { background-color: rgb(207,206,235); }
div.DivClassName
{
background-color: #CFCEEB;
}
.BgClassName
{
background-color: #CFCEEB;
}
</style>
border-color css
<style>
span { border-color: #CFCEEB; }
span { border-color: rgb(207,206,235); }
td.TdClassName
{
border-color: #CFCEEB;
}
.TagClassName
{
border-color: #CFCEEB;
}
</style>