Shades of Quartz #CFCFE5
Tints of Quartz #CFCFE5
RGB
CMYK
RGB Variations
Color information
#CFCFE5 (or 0xCFCFE5) is known color: Quartz. HEX triplet: CF, CF and E5. RGB value is (207,207,229). Sum of RGB (Red+Green+Blue) = 207+207+229=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #CFCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFE5 is #30301A. Grayscale: #D1D1D1. Windows color (decimal): -3158043 or 15060943. OLE color: 15060943.
HSL color Cylindrical-coordinate representation of color #CFCFE5: hue angle of 240º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFCFE5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 207 | 207 | 229 | - |
CMYK | 0.10 | 0.10 | 0 | 0.10 |
HSL | 240º | 0.3% | 0.85% | - |
HSV(B) | 240º | 0.1% | 0.9% | - |
XYZ | 62.19 | 63.55 | 83.12 | - |
YUV | 209.51 | 139 | 126.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 229 | 0.10 | 0.10 | 0 | 0.10 | 240 | 0.3 | 0.85 |
Hex | CF | CF | E5 | A | A | 0 | A | F0 | 1E | 55 |
Octal | 317 | 317 | 345 | 12 | 12 | 0 | 12 | 360 | 36 | 125 |
Binary | 11001111 | 11001111 | 11100101 | 1010 | 1010 | 0 | 1010 | 11110000 | 11110 | 1010101 |
Color Harmonies of #CFCFE5
Complementary color
Monochromatic Colors of #CFCFE5
Black with #CFCFE5
Text Example
Text Example
White with #CFCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFE5; }
p { color: rgb(207,207,229); }
H1.HeaderClassName
{
color: #CFCFE5;
}
.AnyTagClassName
{
color: #CFCFE5;
}
</style>
background-color css
<style>
a { background-color: #CFCFE5; }
a { background-color: rgb(207,207,229); }
div.DivClassName
{
background-color: #CFCFE5;
}
.BgClassName
{
background-color: #CFCFE5;
}
</style>
border-color css
<style>
span { border-color: #CFCFE5; }
span { border-color: rgb(207,207,229); }
td.TdClassName
{
border-color: #CFCFE5;
}
.TagClassName
{
border-color: #CFCFE5;
}
</style>