Shades of Quartz #CFCFE8
Tints of Quartz #CFCFE8
RGB
CMYK
RGB Variations
Color information
#CFCFE8 (or 0xCFCFE8) is known color: Quartz. HEX triplet: CF, CF and E8. RGB value is (207,207,232). Sum of RGB (Red+Green+Blue) = 207+207+232=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #CFCFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFE8 is #303017. Grayscale: #D1D1D1. Windows color (decimal): -3158040 or 15257551. OLE color: 15257551.
HSL color Cylindrical-coordinate representation of color #CFCFE8: hue angle of 240º degrees, saturation: 0.35, 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 #CFCFE8 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 207 | 232 | - |
CMYK | 0.11 | 0.11 | 0 | 0.09 |
HSL | 240º | 0.35% | 0.86% | - |
HSV(B) | 240º | 0.11% | 0.91% | - |
XYZ | 62.61 | 63.72 | 85.34 | - |
YUV | 209.85 | 140.5 | 125.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 232 | 0.11 | 0.11 | 0 | 0.09 | 240 | 0.35 | 0.86 |
Hex | CF | CF | E8 | B | B | 0 | 9 | F0 | 23 | 56 |
Octal | 317 | 317 | 350 | 13 | 13 | 0 | 11 | 360 | 43 | 126 |
Binary | 11001111 | 11001111 | 11101000 | 1011 | 1011 | 0 | 1001 | 11110000 | 100011 | 1010110 |
Color Harmonies of #CFCFE8
Complementary color
Monochromatic Colors of #CFCFE8
Black with #CFCFE8
Text Example
Text Example
White with #CFCFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFE8; }
p { color: rgb(207,207,232); }
H1.HeaderClassName
{
color: #CFCFE8;
}
.AnyTagClassName
{
color: #CFCFE8;
}
</style>
background-color css
<style>
a { background-color: #CFCFE8; }
a { background-color: rgb(207,207,232); }
div.DivClassName
{
background-color: #CFCFE8;
}
.BgClassName
{
background-color: #CFCFE8;
}
</style>
border-color css
<style>
span { border-color: #CFCFE8; }
span { border-color: rgb(207,207,232); }
td.TdClassName
{
border-color: #CFCFE8;
}
.TagClassName
{
border-color: #CFCFE8;
}
</style>