Shades of Quartz #CFCBE8
Tints of Quartz #CFCBE8
RGB
CMYK
RGB Variations
Color information
#CFCBE8 (or 0xCFCBE8) is known color: Quartz. HEX triplet: CF, CB and E8. RGB value is (207,203,232). Sum of RGB (Red+Green+Blue) = 207+203+232=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFCBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBE8 is #303417. Grayscale: #CFCFCF. Windows color (decimal): -3159064 or 15256527. OLE color: 15256527.
HSL color Cylindrical-coordinate representation of color #CFCBE8: hue angle of 248.28º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFCBE8 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 203 | 232 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.09 |
| HSL | 248.28º | 0.39% | 0.85% | - |
| HSV(B) | 248.28º | 0.13% | 0.91% | - |
| XYZ | 61.65 | 61.8 | 85.02 | - |
| YUV | 207.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 232 | 0.11 | 0.12 | 0 | 0.09 | 248.28 | 0.39 | 0.85 |
| Hex | CF | CB | E8 | B | C | 0 | 9 | F8 | 27 | 55 |
| Octal | 317 | 313 | 350 | 13 | 14 | 0 | 11 | 370 | 47 | 125 |
| Binary | 11001111 | 11001011 | 11101000 | 1011 | 1100 | 0 | 1001 | 11111000 | 100111 | 1010101 |
Color Harmonies of #CFCBE8
Complementary color
Monochromatic Colors of #CFCBE8
Black with #CFCBE8
Text Example
Text Example
White with #CFCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBE8; }
p { color: rgb(207,203,232); }
H1.HeaderClassName
{
color: #CFCBE8;
}
.AnyTagClassName
{
color: #CFCBE8;
}
</style>
background-color css
<style>
a { background-color: #CFCBE8; }
a { background-color: rgb(207,203,232); }
div.DivClassName
{
background-color: #CFCBE8;
}
.BgClassName
{
background-color: #CFCBE8;
}
</style>
border-color css
<style>
span { border-color: #CFCBE8; }
span { border-color: rgb(207,203,232); }
td.TdClassName
{
border-color: #CFCBE8;
}
.TagClassName
{
border-color: #CFCBE8;
}
</style>