Shades of Quartz #CED0F1
Tints of Quartz #CED0F1
RGB
CMYK
RGB Variations
Color information
#CED0F1 (or 0xCED0F1) is known color: Quartz. HEX triplet: CE, D0 and F1. RGB value is (206,208,241). Sum of RGB (Red+Green+Blue) = 206+208+241=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #CED0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0F1 is #312F0E. Grayscale: #D3D3D3. Windows color (decimal): -3223311 or 15847630. OLE color: 15847630.
HSL color Cylindrical-coordinate representation of color #CED0F1: hue angle of 236.57º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED0F1 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 208 | 241 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.05 |
| HSL | 236.57º | 0.56% | 0.88% | - |
| HSV(B) | 236.57º | 0.15% | 0.95% | - |
| XYZ | 63.89 | 64.58 | 92.32 | - |
| YUV | 211.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 241 | 0.15 | 0.14 | 0 | 0.05 | 236.57 | 0.56 | 0.88 |
| Hex | CE | D0 | F1 | F | E | 0 | 5 | ED | 38 | 58 |
| Octal | 316 | 320 | 361 | 17 | 16 | 0 | 5 | 355 | 70 | 130 |
| Binary | 11001110 | 11010000 | 11110001 | 1111 | 1110 | 0 | 101 | 11101101 | 111000 | 1011000 |
Color Harmonies of #CED0F1
Complementary color
Monochromatic Colors of #CED0F1
Black with #CED0F1
Text Example
Text Example
White with #CED0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0F1; }
p { color: rgb(206,208,241); }
H1.HeaderClassName
{
color: #CED0F1;
}
.AnyTagClassName
{
color: #CED0F1;
}
</style>
background-color css
<style>
a { background-color: #CED0F1; }
a { background-color: rgb(206,208,241); }
div.DivClassName
{
background-color: #CED0F1;
}
.BgClassName
{
background-color: #CED0F1;
}
</style>
border-color css
<style>
span { border-color: #CED0F1; }
span { border-color: rgb(206,208,241); }
td.TdClassName
{
border-color: #CED0F1;
}
.TagClassName
{
border-color: #CED0F1;
}
</style>