Shades of Quartz #CFCEE8
Tints of Quartz #CFCEE8
RGB
CMYK
RGB Variations
Color information
#CFCEE8 (or 0xCFCEE8) is known color: Quartz. HEX triplet: CF, CE and E8. RGB value is (207,206,232). Sum of RGB (Red+Green+Blue) = 207+206+232=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 206 (80.86% from 255 or 31.94% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFCEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCEE8 is #303117. Grayscale: #D1D1D1. Windows color (decimal): -3158296 or 15257295. OLE color: 15257295.
HSL color Cylindrical-coordinate representation of color #CFCEE8: hue angle of 242.31º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFCEE8 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 206 | 232 | - |
CMYK | 0.11 | 0.11 | 0 | 0.09 |
HSL | 242.31º | 0.36% | 0.86% | - |
HSV(B) | 242.31º | 0.11% | 0.91% | - |
XYZ | 62.37 | 63.23 | 85.26 | - |
YUV | 209.26 | 140.83 | 126.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 232 | 0.11 | 0.11 | 0 | 0.09 | 242.31 | 0.36 | 0.86 |
Hex | CF | CE | E8 | B | B | 0 | 9 | F2 | 24 | 56 |
Octal | 317 | 316 | 350 | 13 | 13 | 0 | 11 | 362 | 44 | 126 |
Binary | 11001111 | 11001110 | 11101000 | 1011 | 1011 | 0 | 1001 | 11110010 | 100100 | 1010110 |
Color Harmonies of #CFCEE8
Complementary color
Monochromatic Colors of #CFCEE8
Black with #CFCEE8
Text Example
Text Example
White with #CFCEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEE8; }
p { color: rgb(207,206,232); }
H1.HeaderClassName
{
color: #CFCEE8;
}
.AnyTagClassName
{
color: #CFCEE8;
}
</style>
background-color css
<style>
a { background-color: #CFCEE8; }
a { background-color: rgb(207,206,232); }
div.DivClassName
{
background-color: #CFCEE8;
}
.BgClassName
{
background-color: #CFCEE8;
}
</style>
border-color css
<style>
span { border-color: #CFCEE8; }
span { border-color: rgb(207,206,232); }
td.TdClassName
{
border-color: #CFCEE8;
}
.TagClassName
{
border-color: #CFCEE8;
}
</style>