Shades of Quartz #CECEEF
Tints of Quartz #CECEEF
RGB
CMYK
RGB Variations
Color information
#CECEEF (or 0xCECEEF) is known color: Quartz. HEX triplet: CE, CE and EF. RGB value is (206,206,239). Sum of RGB (Red+Green+Blue) = 206+206+239=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #CECEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEEF is #313110. Grayscale: #D1D1D1. Windows color (decimal): -3223825 or 15716046. OLE color: 15716046.
HSL color Cylindrical-coordinate representation of color #CECEEF: hue angle of 240º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECEEF is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 206 | 206 | 239 | - |
CMYK | 0.14 | 0.14 | 0 | 0.06 |
HSL | 240º | 0.51% | 0.87% | - |
HSV(B) | 240º | 0.14% | 0.94% | - |
XYZ | 63.1 | 63.5 | 90.59 | - |
YUV | 209.76 | 144.5 | 125.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 239 | 0.14 | 0.14 | 0 | 0.06 | 240 | 0.51 | 0.87 |
Hex | CE | CE | EF | E | E | 0 | 6 | F0 | 33 | 57 |
Octal | 316 | 316 | 357 | 16 | 16 | 0 | 6 | 360 | 63 | 127 |
Binary | 11001110 | 11001110 | 11101111 | 1110 | 1110 | 0 | 110 | 11110000 | 110011 | 1010111 |
Color Harmonies of #CECEEF
Complementary color
Monochromatic Colors of #CECEEF
Black with #CECEEF
Text Example
Text Example
White with #CECEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEEF; }
p { color: rgb(206,206,239); }
H1.HeaderClassName
{
color: #CECEEF;
}
.AnyTagClassName
{
color: #CECEEF;
}
</style>
background-color css
<style>
a { background-color: #CECEEF; }
a { background-color: rgb(206,206,239); }
div.DivClassName
{
background-color: #CECEEF;
}
.BgClassName
{
background-color: #CECEEF;
}
</style>
border-color css
<style>
span { border-color: #CECEEF; }
span { border-color: rgb(206,206,239); }
td.TdClassName
{
border-color: #CECEEF;
}
.TagClassName
{
border-color: #CECEEF;
}
</style>