Shades of Quartz #D1CEED
Tints of Quartz #D1CEED
RGB
CMYK
RGB Variations
Color information
#D1CEED (or 0xD1CEED) is known color: Quartz. HEX triplet: D1, CE and ED. RGB value is (209,206,237). Sum of RGB (Red+Green+Blue) = 209+206+237=652 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.06% from 652); Green value is 206 (80.86% from 255 or 31.60% 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 #D1CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEED is #2E3112. Grayscale: #D2D2D2. Windows color (decimal): -3027219 or 15584977. OLE color: 15584977.
HSL color Cylindrical-coordinate representation of color #D1CEED: hue angle of 245.81º 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 #D1CEED is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 209 | 206 | 237 | - |
CMYK | 0.12 | 0.13 | 0 | 0.07 |
HSL | 245.81º | 0.46% | 0.87% | - |
HSV(B) | 245.81º | 0.13% | 0.93% | - |
XYZ | 63.65 | 63.81 | 89.08 | - |
YUV | 210.43 | 142.99 | 126.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 206 | 237 | 0.12 | 0.13 | 0 | 0.07 | 245.81 | 0.46 | 0.87 |
Hex | D1 | CE | ED | C | D | 0 | 7 | F6 | 2E | 57 |
Octal | 321 | 316 | 355 | 14 | 15 | 0 | 7 | 366 | 56 | 127 |
Binary | 11010001 | 11001110 | 11101101 | 1100 | 1101 | 0 | 111 | 11110110 | 101110 | 1010111 |
Color Harmonies of #D1CEED
Complementary color
Monochromatic Colors of #D1CEED
Black with #D1CEED
Text Example
Text Example
White with #D1CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CEED; }
p { color: rgb(209,206,237); }
H1.HeaderClassName
{
color: #D1CEED;
}
.AnyTagClassName
{
color: #D1CEED;
}
</style>
background-color css
<style>
a { background-color: #D1CEED; }
a { background-color: rgb(209,206,237); }
div.DivClassName
{
background-color: #D1CEED;
}
.BgClassName
{
background-color: #D1CEED;
}
</style>
border-color css
<style>
span { border-color: #D1CEED; }
span { border-color: rgb(209,206,237); }
td.TdClassName
{
border-color: #D1CEED;
}
.TagClassName
{
border-color: #D1CEED;
}
</style>