Shades of Quartz #CFD1EA
Tints of Quartz #CFD1EA
RGB
CMYK
RGB Variations
Color information
#CFD1EA (or 0xCFD1EA) is known color: Quartz. HEX triplet: CF, D1 and EA. RGB value is (207,209,234). Sum of RGB (Red+Green+Blue) = 207+209+234=650 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.85% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD1EA is #302E15. Grayscale: #D3D3D3. Windows color (decimal): -3157526 or 15389135. OLE color: 15389135.
HSL color Cylindrical-coordinate representation of color #CFD1EA: hue angle of 235.56º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD1EA is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 209 | 234 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.08 |
| HSL | 235.56º | 0.39% | 0.86% | - |
| HSV(B) | 235.56º | 0.12% | 0.92% | - |
| XYZ | 63.38 | 64.81 | 87.01 | - |
| YUV | 211.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 234 | 0.12 | 0.11 | 0 | 0.08 | 235.56 | 0.39 | 0.86 |
| Hex | CF | D1 | EA | C | B | 0 | 8 | EC | 27 | 56 |
| Octal | 317 | 321 | 352 | 14 | 13 | 0 | 10 | 354 | 47 | 126 |
| Binary | 11001111 | 11010001 | 11101010 | 1100 | 1011 | 0 | 1000 | 11101100 | 100111 | 1010110 |
Color Harmonies of #CFD1EA
Complementary color
Monochromatic Colors of #CFD1EA
Black with #CFD1EA
Text Example
Text Example
White with #CFD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1EA; }
p { color: rgb(207,209,234); }
H1.HeaderClassName
{
color: #CFD1EA;
}
.AnyTagClassName
{
color: #CFD1EA;
}
</style>
background-color css
<style>
a { background-color: #CFD1EA; }
a { background-color: rgb(207,209,234); }
div.DivClassName
{
background-color: #CFD1EA;
}
.BgClassName
{
background-color: #CFD1EA;
}
</style>
border-color css
<style>
span { border-color: #CFD1EA; }
span { border-color: rgb(207,209,234); }
td.TdClassName
{
border-color: #CFD1EA;
}
.TagClassName
{
border-color: #CFD1EA;
}
</style>