Shades of Quartz #CED1F2
Tints of Quartz #CED1F2
RGB
CMYK
RGB Variations
Color information
#CED1F2 (or 0xCED1F2) is known color: Quartz. HEX triplet: CE, D1 and F2. RGB value is (206,209,242). Sum of RGB (Red+Green+Blue) = 206+209+242=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 242 (94.92% from 255 or 36.83% from 657); Max value from RGB is 242 - color contains mainly: blue. Hex color #CED1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1F2 is #312E0D. Grayscale: #D3D3D3. Windows color (decimal): -3223054 or 15913422. OLE color: 15913422.
HSL color Cylindrical-coordinate representation of color #CED1F2: hue angle of 235º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED1F2 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 209 | 242 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.05 |
| HSL | 235º | 0.58% | 0.88% | - |
| HSV(B) | 235º | 0.15% | 0.95% | - |
| XYZ | 64.28 | 65.13 | 93.19 | - |
| YUV | 211.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 242 | 0.15 | 0.14 | 0 | 0.05 | 235 | 0.58 | 0.88 |
| Hex | CE | D1 | F2 | F | E | 0 | 5 | EB | 3A | 58 |
| Octal | 316 | 321 | 362 | 17 | 16 | 0 | 5 | 353 | 72 | 130 |
| Binary | 11001110 | 11010001 | 11110010 | 1111 | 1110 | 0 | 101 | 11101011 | 111010 | 1011000 |
Color Harmonies of #CED1F2
Complementary color
Monochromatic Colors of #CED1F2
Black with #CED1F2
Text Example
Text Example
White with #CED1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1F2; }
p { color: rgb(206,209,242); }
H1.HeaderClassName
{
color: #CED1F2;
}
.AnyTagClassName
{
color: #CED1F2;
}
</style>
background-color css
<style>
a { background-color: #CED1F2; }
a { background-color: rgb(206,209,242); }
div.DivClassName
{
background-color: #CED1F2;
}
.BgClassName
{
background-color: #CED1F2;
}
</style>
border-color css
<style>
span { border-color: #CED1F2; }
span { border-color: rgb(206,209,242); }
td.TdClassName
{
border-color: #CED1F2;
}
.TagClassName
{
border-color: #CED1F2;
}
</style>