Shades of Quartz #CFD2F2
Tints of Quartz #CFD2F2
RGB
CMYK
RGB Variations
Color information
#CFD2F2 (or 0xCFD2F2) is known color: Quartz. HEX triplet: CF, D2 and F2. RGB value is (207,210,242). Sum of RGB (Red+Green+Blue) = 207+210+242=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFD2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2F2 is #302D0D. Grayscale: #D4D4D4. Windows color (decimal): -3157262 or 15913679. OLE color: 15913679.
HSL color Cylindrical-coordinate representation of color #CFD2F2: hue angle of 234.86º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD2F2 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 210 | 242 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.05 |
| HSL | 234.86º | 0.57% | 0.88% | - |
| HSV(B) | 234.86º | 0.14% | 0.95% | - |
| XYZ | 64.81 | 65.77 | 93.28 | - |
| YUV | 212.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 242 | 0.14 | 0.13 | 0 | 0.05 | 234.86 | 0.57 | 0.88 |
| Hex | CF | D2 | F2 | E | D | 0 | 5 | EB | 39 | 58 |
| Octal | 317 | 322 | 362 | 16 | 15 | 0 | 5 | 353 | 71 | 130 |
| Binary | 11001111 | 11010010 | 11110010 | 1110 | 1101 | 0 | 101 | 11101011 | 111001 | 1011000 |
Color Harmonies of #CFD2F2
Complementary color
Monochromatic Colors of #CFD2F2
Black with #CFD2F2
Text Example
Text Example
White with #CFD2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2F2; }
p { color: rgb(207,210,242); }
H1.HeaderClassName
{
color: #CFD2F2;
}
.AnyTagClassName
{
color: #CFD2F2;
}
</style>
background-color css
<style>
a { background-color: #CFD2F2; }
a { background-color: rgb(207,210,242); }
div.DivClassName
{
background-color: #CFD2F2;
}
.BgClassName
{
background-color: #CFD2F2;
}
</style>
border-color css
<style>
span { border-color: #CFD2F2; }
span { border-color: rgb(207,210,242); }
td.TdClassName
{
border-color: #CFD2F2;
}
.TagClassName
{
border-color: #CFD2F2;
}
</style>