Shades of Quartz #CED0F0
Tints of Quartz #CED0F0
RGB
CMYK
RGB Variations
Color information
#CED0F0 (or 0xCED0F0) is known color: Quartz. HEX triplet: CE, D0 and F0. RGB value is (206,208,240). Sum of RGB (Red+Green+Blue) = 206+208+240=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0F0 is #312F0F. Grayscale: #D2D2D2. Windows color (decimal): -3223312 or 15782094. OLE color: 15782094.
HSL color Cylindrical-coordinate representation of color #CED0F0: hue angle of 236.47º 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 #CED0F0 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 208 | 240 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.06 |
| HSL | 236.47º | 0.53% | 0.87% | - |
| HSV(B) | 236.47º | 0.14% | 0.94% | - |
| XYZ | 63.74 | 64.52 | 91.53 | - |
| YUV | 211.05 | 144.34 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 240 | 0.14 | 0.13 | 0 | 0.06 | 236.47 | 0.53 | 0.87 |
| Hex | CE | D0 | F0 | E | D | 0 | 6 | EC | 35 | 57 |
| Octal | 316 | 320 | 360 | 16 | 15 | 0 | 6 | 354 | 65 | 127 |
| Binary | 11001110 | 11010000 | 11110000 | 1110 | 1101 | 0 | 110 | 11101100 | 110101 | 1010111 |
Color Harmonies of #CED0F0
Complementary color
Monochromatic Colors of #CED0F0
Black with #CED0F0
Text Example
Text Example
White with #CED0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0F0; }
p { color: rgb(206,208,240); }
H1.HeaderClassName
{
color: #CED0F0;
}
.AnyTagClassName
{
color: #CED0F0;
}
</style>
background-color css
<style>
a { background-color: #CED0F0; }
a { background-color: rgb(206,208,240); }
div.DivClassName
{
background-color: #CED0F0;
}
.BgClassName
{
background-color: #CED0F0;
}
</style>
border-color css
<style>
span { border-color: #CED0F0; }
span { border-color: rgb(206,208,240); }
td.TdClassName
{
border-color: #CED0F0;
}
.TagClassName
{
border-color: #CED0F0;
}
</style>