Shades of Quartz #CFD0EE
Tints of Quartz #CFD0EE
RGB
CMYK
RGB Variations
Color information
#CFD0EE (or 0xCFD0EE) is known color: Quartz. HEX triplet: CF, D0 and EE. RGB value is (207,208,238). Sum of RGB (Red+Green+Blue) = 207+208+238=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFD0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0EE is #302F11. Grayscale: #D3D3D3. Windows color (decimal): -3157778 or 15651023. OLE color: 15651023.
HSL color Cylindrical-coordinate representation of color #CFD0EE: hue angle of 238.06º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFD0EE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 208 | 238 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.07 |
| HSL | 238.06º | 0.48% | 0.87% | - |
| HSV(B) | 238.06º | 0.13% | 0.93% | - |
| XYZ | 63.72 | 64.55 | 89.99 | - |
| YUV | 211.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 238 | 0.13 | 0.13 | 0 | 0.07 | 238.06 | 0.48 | 0.87 |
| Hex | CF | D0 | EE | D | D | 0 | 7 | EE | 30 | 57 |
| Octal | 317 | 320 | 356 | 15 | 15 | 0 | 7 | 356 | 60 | 127 |
| Binary | 11001111 | 11010000 | 11101110 | 1101 | 1101 | 0 | 111 | 11101110 | 110000 | 1010111 |
Color Harmonies of #CFD0EE
Complementary color
Monochromatic Colors of #CFD0EE
Black with #CFD0EE
Text Example
Text Example
White with #CFD0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD0EE; }
p { color: rgb(207,208,238); }
H1.HeaderClassName
{
color: #CFD0EE;
}
.AnyTagClassName
{
color: #CFD0EE;
}
</style>
background-color css
<style>
a { background-color: #CFD0EE; }
a { background-color: rgb(207,208,238); }
div.DivClassName
{
background-color: #CFD0EE;
}
.BgClassName
{
background-color: #CFD0EE;
}
</style>
border-color css
<style>
span { border-color: #CFD0EE; }
span { border-color: rgb(207,208,238); }
td.TdClassName
{
border-color: #CFD0EE;
}
.TagClassName
{
border-color: #CFD0EE;
}
</style>