Shades of Quartz #CED0EE
Tints of Quartz #CED0EE
RGB
CMYK
RGB Variations
Color information
#CED0EE (or 0xCED0EE) is known color: Quartz. HEX triplet: CE, D0 and EE. RGB value is (206,208,238). Sum of RGB (Red+Green+Blue) = 206+208+238=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 208 (81.64% from 255 or 31.90% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #CED0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0EE is #312F11. Grayscale: #D2D2D2. Windows color (decimal): -3223314 or 15651022. OLE color: 15651022.
HSL color Cylindrical-coordinate representation of color #CED0EE: hue angle of 236.25º degrees, saturation: 0.48, 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 #CED0EE is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 208 | 238 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.07 |
| HSL | 236.25º | 0.48% | 0.87% | - |
| HSV(B) | 236.25º | 0.13% | 0.93% | - |
| XYZ | 63.44 | 64.41 | 89.98 | - |
| YUV | 210.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 208 | 238 | 0.13 | 0.13 | 0 | 0.07 | 236.25 | 0.48 | 0.87 |
| Hex | CE | D0 | EE | D | D | 0 | 7 | EC | 30 | 57 |
| Octal | 316 | 320 | 356 | 15 | 15 | 0 | 7 | 354 | 60 | 127 |
| Binary | 11001110 | 11010000 | 11101110 | 1101 | 1101 | 0 | 111 | 11101100 | 110000 | 1010111 |
Color Harmonies of #CED0EE
Complementary color
Monochromatic Colors of #CED0EE
Black with #CED0EE
Text Example
Text Example
White with #CED0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0EE; }
p { color: rgb(206,208,238); }
H1.HeaderClassName
{
color: #CED0EE;
}
.AnyTagClassName
{
color: #CED0EE;
}
</style>
background-color css
<style>
a { background-color: #CED0EE; }
a { background-color: rgb(206,208,238); }
div.DivClassName
{
background-color: #CED0EE;
}
.BgClassName
{
background-color: #CED0EE;
}
</style>
border-color css
<style>
span { border-color: #CED0EE; }
span { border-color: rgb(206,208,238); }
td.TdClassName
{
border-color: #CED0EE;
}
.TagClassName
{
border-color: #CED0EE;
}
</style>