Shades of Quartz #CFD3F4
Tints of Quartz #CFD3F4
RGB
CMYK
RGB Variations
Color information
#CFD3F4 (or 0xCFD3F4) is known color: Quartz. HEX triplet: CF, D3 and F4. RGB value is (207,211,244). Sum of RGB (Red+Green+Blue) = 207+211+244=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 244 (95.70% from 255 or 36.86% from 662); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFD3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD3F4 is #302C0B. Grayscale: #D5D5D5. Windows color (decimal): -3157004 or 16045007. OLE color: 16045007.
HSL color Cylindrical-coordinate representation of color #CFD3F4: hue angle of 233.51º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFD3F4 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 211 | 244 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.04 |
| HSL | 233.51º | 0.63% | 0.88% | - |
| HSV(B) | 233.51º | 0.15% | 0.96% | - |
| XYZ | 65.36 | 66.39 | 94.96 | - |
| YUV | 213.57 | 145.17 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 244 | 0.15 | 0.14 | 0 | 0.04 | 233.51 | 0.63 | 0.88 |
| Hex | CF | D3 | F4 | F | E | 0 | 4 | EA | 3F | 58 |
| Octal | 317 | 323 | 364 | 17 | 16 | 0 | 4 | 352 | 77 | 130 |
| Binary | 11001111 | 11010011 | 11110100 | 1111 | 1110 | 0 | 100 | 11101010 | 111111 | 1011000 |
Color Harmonies of #CFD3F4
Complementary color
Monochromatic Colors of #CFD3F4
Black with #CFD3F4
Text Example
Text Example
White with #CFD3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3F4; }
p { color: rgb(207,211,244); }
H1.HeaderClassName
{
color: #CFD3F4;
}
.AnyTagClassName
{
color: #CFD3F4;
}
</style>
background-color css
<style>
a { background-color: #CFD3F4; }
a { background-color: rgb(207,211,244); }
div.DivClassName
{
background-color: #CFD3F4;
}
.BgClassName
{
background-color: #CFD3F4;
}
</style>
border-color css
<style>
span { border-color: #CFD3F4; }
span { border-color: rgb(207,211,244); }
td.TdClassName
{
border-color: #CFD3F4;
}
.TagClassName
{
border-color: #CFD3F4;
}
</style>