Shades of Quartz #CFD2EC
Tints of Quartz #CFD2EC
RGB
CMYK
RGB Variations
Color information
#CFD2EC (or 0xCFD2EC) is known color: Quartz. HEX triplet: CF, D2 and EC. RGB value is (207,210,236). Sum of RGB (Red+Green+Blue) = 207+210+236=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2EC is #302D13. Grayscale: #D3D3D3. Windows color (decimal): -3157268 or 15520463. OLE color: 15520463.
HSL color Cylindrical-coordinate representation of color #CFD2EC: hue angle of 233.79º degrees, saturation: 0.43, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD2EC is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 210 | 236 | - |
CMYK | 0.12 | 0.11 | 0 | 0.07 |
HSL | 233.79º | 0.43% | 0.87% | - |
HSV(B) | 233.79º | 0.12% | 0.93% | - |
XYZ | 63.92 | 65.41 | 88.61 | - |
YUV | 212.07 | 141.51 | 124.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 210 | 236 | 0.12 | 0.11 | 0 | 0.07 | 233.79 | 0.43 | 0.87 |
Hex | CF | D2 | EC | C | B | 0 | 7 | EA | 2B | 57 |
Octal | 317 | 322 | 354 | 14 | 13 | 0 | 7 | 352 | 53 | 127 |
Binary | 11001111 | 11010010 | 11101100 | 1100 | 1011 | 0 | 111 | 11101010 | 101011 | 1010111 |
Color Harmonies of #CFD2EC
Complementary color
Monochromatic Colors of #CFD2EC
Black with #CFD2EC
Text Example
Text Example
White with #CFD2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2EC; }
p { color: rgb(207,210,236); }
H1.HeaderClassName
{
color: #CFD2EC;
}
.AnyTagClassName
{
color: #CFD2EC;
}
</style>
background-color css
<style>
a { background-color: #CFD2EC; }
a { background-color: rgb(207,210,236); }
div.DivClassName
{
background-color: #CFD2EC;
}
.BgClassName
{
background-color: #CFD2EC;
}
</style>
border-color css
<style>
span { border-color: #CFD2EC; }
span { border-color: rgb(207,210,236); }
td.TdClassName
{
border-color: #CFD2EC;
}
.TagClassName
{
border-color: #CFD2EC;
}
</style>