Shades of Quartz #CED1ED
Tints of Quartz #CED1ED
RGB
CMYK
RGB Variations
Color information
#CED1ED (or 0xCED1ED) is known color: Quartz. HEX triplet: CE, D1 and ED. RGB value is (206,209,237). Sum of RGB (Red+Green+Blue) = 206+209+237=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #CED1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1ED is #312E12. Grayscale: #D3D3D3. Windows color (decimal): -3223059 or 15585742. OLE color: 15585742.
HSL color Cylindrical-coordinate representation of color #CED1ED: hue angle of 234.19º degrees, saturation: 0.46, 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 #CED1ED is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 209 | 237 | - |
CMYK | 0.13 | 0.12 | 0 | 0.07 |
HSL | 234.19º | 0.46% | 0.87% | - |
HSV(B) | 234.19º | 0.13% | 0.93% | - |
XYZ | 63.54 | 64.84 | 89.29 | - |
YUV | 211.3 | 142.51 | 124.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 209 | 237 | 0.13 | 0.12 | 0 | 0.07 | 234.19 | 0.46 | 0.87 |
Hex | CE | D1 | ED | D | C | 0 | 7 | EA | 2E | 57 |
Octal | 316 | 321 | 355 | 15 | 14 | 0 | 7 | 352 | 56 | 127 |
Binary | 11001110 | 11010001 | 11101101 | 1101 | 1100 | 0 | 111 | 11101010 | 101110 | 1010111 |
Color Harmonies of #CED1ED
Complementary color
Monochromatic Colors of #CED1ED
Black with #CED1ED
Text Example
Text Example
White with #CED1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1ED; }
p { color: rgb(206,209,237); }
H1.HeaderClassName
{
color: #CED1ED;
}
.AnyTagClassName
{
color: #CED1ED;
}
</style>
background-color css
<style>
a { background-color: #CED1ED; }
a { background-color: rgb(206,209,237); }
div.DivClassName
{
background-color: #CED1ED;
}
.BgClassName
{
background-color: #CED1ED;
}
</style>
border-color css
<style>
span { border-color: #CED1ED; }
span { border-color: rgb(206,209,237); }
td.TdClassName
{
border-color: #CED1ED;
}
.TagClassName
{
border-color: #CED1ED;
}
</style>