Shades of Quartz #CFCBE7
Tints of Quartz #CFCBE7
RGB
CMYK
RGB Variations
Color information
#CFCBE7 (or 0xCFCBE7) is known color: Quartz. HEX triplet: CF, CB and E7. RGB value is (207,203,231). Sum of RGB (Red+Green+Blue) = 207+203+231=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFCBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCBE7 is #303418. Grayscale: #CFCFCF. Windows color (decimal): -3159065 or 15190991. OLE color: 15190991.
HSL color Cylindrical-coordinate representation of color #CFCBE7: hue angle of 248.57º degrees, saturation: 0.37, 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 #CFCBE7 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 203 | 231 | - |
CMYK | 0.10 | 0.12 | 0 | 0.09 |
HSL | 248.57º | 0.37% | 0.85% | - |
HSV(B) | 248.57º | 0.12% | 0.91% | - |
XYZ | 61.51 | 61.75 | 84.28 | - |
YUV | 207.39 | 141.33 | 127.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 203 | 231 | 0.10 | 0.12 | 0 | 0.09 | 248.57 | 0.37 | 0.85 |
Hex | CF | CB | E7 | A | C | 0 | 9 | F9 | 25 | 55 |
Octal | 317 | 313 | 347 | 12 | 14 | 0 | 11 | 371 | 45 | 125 |
Binary | 11001111 | 11001011 | 11100111 | 1010 | 1100 | 0 | 1001 | 11111001 | 100101 | 1010101 |
Color Harmonies of #CFCBE7
Complementary color
Monochromatic Colors of #CFCBE7
Black with #CFCBE7
Text Example
Text Example
White with #CFCBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCBE7; }
p { color: rgb(207,203,231); }
H1.HeaderClassName
{
color: #CFCBE7;
}
.AnyTagClassName
{
color: #CFCBE7;
}
</style>
background-color css
<style>
a { background-color: #CFCBE7; }
a { background-color: rgb(207,203,231); }
div.DivClassName
{
background-color: #CFCBE7;
}
.BgClassName
{
background-color: #CFCBE7;
}
</style>
border-color css
<style>
span { border-color: #CFCBE7; }
span { border-color: rgb(207,203,231); }
td.TdClassName
{
border-color: #CFCBE7;
}
.TagClassName
{
border-color: #CFCBE7;
}
</style>