Shades of Quartz #CFD1E6
Tints of Quartz #CFD1E6
RGB
CMYK
RGB Variations
Color information
#CFD1E6 (or 0xCFD1E6) is known color: Quartz. HEX triplet: CF, D1 and E6. RGB value is (207,209,230). Sum of RGB (Red+Green+Blue) = 207+209+230=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 209 (82.03% from 255 or 32.35% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #CFD1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD1E6 is #302E19. Grayscale: #D2D2D2. Windows color (decimal): -3157530 or 15126991. OLE color: 15126991.
HSL color Cylindrical-coordinate representation of color #CFD1E6: hue angle of 234.78º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFD1E6 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 209 | 230 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.10 |
| HSL | 234.78º | 0.32% | 0.86% | - |
| HSV(B) | 234.78º | 0.1% | 0.9% | - |
| XYZ | 62.82 | 64.58 | 84.02 | - |
| YUV | 210.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 230 | 0.10 | 0.09 | 0 | 0.10 | 234.78 | 0.32 | 0.86 |
| Hex | CF | D1 | E6 | A | 9 | 0 | A | EB | 20 | 56 |
| Octal | 317 | 321 | 346 | 12 | 11 | 0 | 12 | 353 | 40 | 126 |
| Binary | 11001111 | 11010001 | 11100110 | 1010 | 1001 | 0 | 1010 | 11101011 | 100000 | 1010110 |
Color Harmonies of #CFD1E6
Complementary color
Monochromatic Colors of #CFD1E6
Black with #CFD1E6
Text Example
Text Example
White with #CFD1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1E6; }
p { color: rgb(207,209,230); }
H1.HeaderClassName
{
color: #CFD1E6;
}
.AnyTagClassName
{
color: #CFD1E6;
}
</style>
background-color css
<style>
a { background-color: #CFD1E6; }
a { background-color: rgb(207,209,230); }
div.DivClassName
{
background-color: #CFD1E6;
}
.BgClassName
{
background-color: #CFD1E6;
}
</style>
border-color css
<style>
span { border-color: #CFD1E6; }
span { border-color: rgb(207,209,230); }
td.TdClassName
{
border-color: #CFD1E6;
}
.TagClassName
{
border-color: #CFD1E6;
}
</style>