Shades of Quartz #CFD0EF
Tints of Quartz #CFD0EF
RGB
CMYK
RGB Variations
Color information
#CFD0EF (or 0xCFD0EF) is known color: Quartz. HEX triplet: CF, D0 and EF. RGB value is (207,208,239). Sum of RGB (Red+Green+Blue) = 207+208+239=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #CFD0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0EF is #302F10. Grayscale: #D3D3D3. Windows color (decimal): -3157777 or 15716559. OLE color: 15716559.
HSL color Cylindrical-coordinate representation of color #CFD0EF: hue angle of 238.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD0EF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 208 | 239 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.06 |
| HSL | 238.13º | 0.5% | 0.87% | - |
| HSV(B) | 238.13º | 0.13% | 0.94% | - |
| XYZ | 63.87 | 64.61 | 90.77 | - |
| YUV | 211.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 239 | 0.13 | 0.13 | 0 | 0.06 | 238.13 | 0.5 | 0.87 |
| Hex | CF | D0 | EF | D | D | 0 | 6 | EE | 32 | 57 |
| Octal | 317 | 320 | 357 | 15 | 15 | 0 | 6 | 356 | 62 | 127 |
| Binary | 11001111 | 11010000 | 11101111 | 1101 | 1101 | 0 | 110 | 11101110 | 110010 | 1010111 |
Color Harmonies of #CFD0EF
Complementary color
Monochromatic Colors of #CFD0EF
Black with #CFD0EF
Text Example
Text Example
White with #CFD0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0EF; }
p { color: rgb(207,208,239); }
H1.HeaderClassName
{
color: #CFD0EF;
}
.AnyTagClassName
{
color: #CFD0EF;
}
</style>
background-color css
<style>
a { background-color: #CFD0EF; }
a { background-color: rgb(207,208,239); }
div.DivClassName
{
background-color: #CFD0EF;
}
.BgClassName
{
background-color: #CFD0EF;
}
</style>
border-color css
<style>
span { border-color: #CFD0EF; }
span { border-color: rgb(207,208,239); }
td.TdClassName
{
border-color: #CFD0EF;
}
.TagClassName
{
border-color: #CFD0EF;
}
</style>