Shades of Quartz #CED1F0
Tints of Quartz #CED1F0
RGB
CMYK
RGB Variations
Color information
#CED1F0 (or 0xCED1F0) is known color: Quartz. HEX triplet: CE, D1 and F0. RGB value is (206,209,240). Sum of RGB (Red+Green+Blue) = 206+209+240=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1F0 is #312E0F. Grayscale: #D3D3D3. Windows color (decimal): -3223056 or 15782350. OLE color: 15782350.
HSL color Cylindrical-coordinate representation of color #CED1F0: hue angle of 234.71º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED1F0 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 209 | 240 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.06 |
| HSL | 234.71º | 0.53% | 0.87% | - |
| HSV(B) | 234.71º | 0.14% | 0.94% | - |
| XYZ | 63.98 | 65.01 | 91.61 | - |
| YUV | 211.64 | 144.01 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 240 | 0.14 | 0.13 | 0 | 0.06 | 234.71 | 0.53 | 0.87 |
| Hex | CE | D1 | F0 | E | D | 0 | 6 | EB | 35 | 57 |
| Octal | 316 | 321 | 360 | 16 | 15 | 0 | 6 | 353 | 65 | 127 |
| Binary | 11001110 | 11010001 | 11110000 | 1110 | 1101 | 0 | 110 | 11101011 | 110101 | 1010111 |
Color Harmonies of #CED1F0
Complementary color
Monochromatic Colors of #CED1F0
Black with #CED1F0
Text Example
Text Example
White with #CED1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1F0; }
p { color: rgb(206,209,240); }
H1.HeaderClassName
{
color: #CED1F0;
}
.AnyTagClassName
{
color: #CED1F0;
}
</style>
background-color css
<style>
a { background-color: #CED1F0; }
a { background-color: rgb(206,209,240); }
div.DivClassName
{
background-color: #CED1F0;
}
.BgClassName
{
background-color: #CED1F0;
}
</style>
border-color css
<style>
span { border-color: #CED1F0; }
span { border-color: rgb(206,209,240); }
td.TdClassName
{
border-color: #CED1F0;
}
.TagClassName
{
border-color: #CED1F0;
}
</style>