Shades of Quartz #CFD2ED
Tints of Quartz #CFD2ED
RGB
CMYK
RGB Variations
Color information
#CFD2ED (or 0xCFD2ED) is known color: Quartz. HEX triplet: CF, D2 and ED. RGB value is (207,210,237). Sum of RGB (Red+Green+Blue) = 207+210+237=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFD2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2ED is #302D12. Grayscale: #D4D4D4. Windows color (decimal): -3157267 or 15585999. OLE color: 15585999.
HSL color Cylindrical-coordinate representation of color #CFD2ED: hue angle of 234º degrees, saturation: 0.45, 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 #CFD2ED is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 210 | 237 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.07 |
| HSL | 234º | 0.45% | 0.87% | - |
| HSV(B) | 234º | 0.13% | 0.93% | - |
| XYZ | 64.06 | 65.47 | 89.38 | - |
| YUV | 212.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 237 | 0.13 | 0.11 | 0 | 0.07 | 234 | 0.45 | 0.87 |
| Hex | CF | D2 | ED | D | B | 0 | 7 | EA | 2D | 57 |
| Octal | 317 | 322 | 355 | 15 | 13 | 0 | 7 | 352 | 55 | 127 |
| Binary | 11001111 | 11010010 | 11101101 | 1101 | 1011 | 0 | 111 | 11101010 | 101101 | 1010111 |
Color Harmonies of #CFD2ED
Complementary color
Monochromatic Colors of #CFD2ED
Black with #CFD2ED
Text Example
Text Example
White with #CFD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2ED; }
p { color: rgb(207,210,237); }
H1.HeaderClassName
{
color: #CFD2ED;
}
.AnyTagClassName
{
color: #CFD2ED;
}
</style>
background-color css
<style>
a { background-color: #CFD2ED; }
a { background-color: rgb(207,210,237); }
div.DivClassName
{
background-color: #CFD2ED;
}
.BgClassName
{
background-color: #CFD2ED;
}
</style>
border-color css
<style>
span { border-color: #CFD2ED; }
span { border-color: rgb(207,210,237); }
td.TdClassName
{
border-color: #CFD2ED;
}
.TagClassName
{
border-color: #CFD2ED;
}
</style>