Shades of Quartz #CECFE3
Tints of Quartz #CECFE3
RGB
CMYK
RGB Variations
Color information
#CECFE3 (or 0xCECFE3) is known color: Quartz. HEX triplet: CE, CF and E3. RGB value is (206,207,227). Sum of RGB (Red+Green+Blue) = 206+207+227=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 227 (89.06% from 255 or 35.47% from 640); Max value from RGB is 227 - color contains mainly: blue. Hex color #CECFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFE3 is #31301C. Grayscale: #D0D0D0. Windows color (decimal): -3223581 or 14929870. OLE color: 14929870.
HSL color Cylindrical-coordinate representation of color #CECFE3: hue angle of 237.14º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECFE3 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 207 | 227 | - |
CMYK | 0.09 | 0.09 | 0 | 0.11 |
HSL | 237.14º | 0.27% | 0.85% | - |
HSV(B) | 237.14º | 0.09% | 0.89% | - |
XYZ | 61.63 | 63.29 | 81.64 | - |
YUV | 208.98 | 138.17 | 125.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 227 | 0.09 | 0.09 | 0 | 0.11 | 237.14 | 0.27 | 0.85 |
Hex | CE | CF | E3 | 9 | 9 | 0 | B | ED | 1B | 55 |
Octal | 316 | 317 | 343 | 11 | 11 | 0 | 13 | 355 | 33 | 125 |
Binary | 11001110 | 11001111 | 11100011 | 1001 | 1001 | 0 | 1011 | 11101101 | 11011 | 1010101 |
Color Harmonies of #CECFE3
Complementary color
Monochromatic Colors of #CECFE3
Black with #CECFE3
Text Example
Text Example
White with #CECFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFE3; }
p { color: rgb(206,207,227); }
H1.HeaderClassName
{
color: #CECFE3;
}
.AnyTagClassName
{
color: #CECFE3;
}
</style>
background-color css
<style>
a { background-color: #CECFE3; }
a { background-color: rgb(206,207,227); }
div.DivClassName
{
background-color: #CECFE3;
}
.BgClassName
{
background-color: #CECFE3;
}
</style>
border-color css
<style>
span { border-color: #CECFE3; }
span { border-color: rgb(206,207,227); }
td.TdClassName
{
border-color: #CECFE3;
}
.TagClassName
{
border-color: #CECFE3;
}
</style>