Shades of Quartz #CECAE8
Tints of Quartz #CECAE8
RGB
CMYK
RGB Variations
Color information
#CECAE8 (or 0xCECAE8) is known color: Quartz. HEX triplet: CE, CA and E8. RGB value is (206,202,232). Sum of RGB (Red+Green+Blue) = 206+202+232=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 202 (79.30% from 255 or 31.56% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #CECAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAE8 is #313517. Grayscale: #CECECE. Windows color (decimal): -3224856 or 15256270. OLE color: 15256270.
HSL color Cylindrical-coordinate representation of color #CECAE8: hue angle of 248º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CECAE8 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 202 | 232 | - |
CMYK | 0.11 | 0.13 | 0 | 0.09 |
HSL | 248º | 0.39% | 0.85% | - |
HSV(B) | 248º | 0.13% | 0.91% | - |
XYZ | 61.14 | 61.19 | 84.93 | - |
YUV | 206.62 | 142.33 | 127.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 232 | 0.11 | 0.13 | 0 | 0.09 | 248 | 0.39 | 0.85 |
Hex | CE | CA | E8 | B | D | 0 | 9 | F8 | 27 | 55 |
Octal | 316 | 312 | 350 | 13 | 15 | 0 | 11 | 370 | 47 | 125 |
Binary | 11001110 | 11001010 | 11101000 | 1011 | 1101 | 0 | 1001 | 11111000 | 100111 | 1010101 |
Color Harmonies of #CECAE8
Complementary color
Monochromatic Colors of #CECAE8
Black with #CECAE8
Text Example
Text Example
White with #CECAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAE8; }
p { color: rgb(206,202,232); }
H1.HeaderClassName
{
color: #CECAE8;
}
.AnyTagClassName
{
color: #CECAE8;
}
</style>
background-color css
<style>
a { background-color: #CECAE8; }
a { background-color: rgb(206,202,232); }
div.DivClassName
{
background-color: #CECAE8;
}
.BgClassName
{
background-color: #CECAE8;
}
</style>
border-color css
<style>
span { border-color: #CECAE8; }
span { border-color: rgb(206,202,232); }
td.TdClassName
{
border-color: #CECAE8;
}
.TagClassName
{
border-color: #CECAE8;
}
</style>