Shades of Quartz #CECEE5
Tints of Quartz #CECEE5
RGB
CMYK
RGB Variations
Color information
#CECEE5 (or 0xCECEE5) is known color: Quartz. HEX triplet: CE, CE and E5. RGB value is (206,206,229). Sum of RGB (Red+Green+Blue) = 206+206+229=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #CECEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEE5 is #31311A. Grayscale: #D0D0D0. Windows color (decimal): -3223835 or 15060686. OLE color: 15060686.
HSL color Cylindrical-coordinate representation of color #CECEE5: hue angle of 240º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECEE5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 206 | 229 | - |
CMYK | 0.10 | 0.10 | 0 | 0.10 |
HSL | 240º | 0.31% | 0.85% | - |
HSV(B) | 240º | 0.1% | 0.9% | - |
XYZ | 61.67 | 62.92 | 83.02 | - |
YUV | 208.62 | 139.5 | 126.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 229 | 0.10 | 0.10 | 0 | 0.10 | 240 | 0.31 | 0.85 |
Hex | CE | CE | E5 | A | A | 0 | A | F0 | 1F | 55 |
Octal | 316 | 316 | 345 | 12 | 12 | 0 | 12 | 360 | 37 | 125 |
Binary | 11001110 | 11001110 | 11100101 | 1010 | 1010 | 0 | 1010 | 11110000 | 11111 | 1010101 |
Color Harmonies of #CECEE5
Complementary color
Monochromatic Colors of #CECEE5
Black with #CECEE5
Text Example
Text Example
White with #CECEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEE5; }
p { color: rgb(206,206,229); }
H1.HeaderClassName
{
color: #CECEE5;
}
.AnyTagClassName
{
color: #CECEE5;
}
</style>
background-color css
<style>
a { background-color: #CECEE5; }
a { background-color: rgb(206,206,229); }
div.DivClassName
{
background-color: #CECEE5;
}
.BgClassName
{
background-color: #CECEE5;
}
</style>
border-color css
<style>
span { border-color: #CECEE5; }
span { border-color: rgb(206,206,229); }
td.TdClassName
{
border-color: #CECEE5;
}
.TagClassName
{
border-color: #CECEE5;
}
</style>