Shades of Quartz #CBCCE9
Tints of Quartz #CBCCE9
RGB
CMYK
RGB Variations
Color information
#CBCCE9 (or 0xCBCCE9) is known color: Quartz. HEX triplet: CB, CC and E9. RGB value is (203,204,233). Sum of RGB (Red+Green+Blue) = 203+204+233=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBCCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCE9 is #343316. Grayscale: #CECECE. Windows color (decimal): -3420951 or 15322315. OLE color: 15322315.
HSL color Cylindrical-coordinate representation of color #CBCCE9: hue angle of 238º degrees, saturation: 0.41, 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 #CBCCE9 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 204 | 233 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.09 |
| HSL | 238º | 0.41% | 0.85% | - |
| HSV(B) | 238º | 0.13% | 0.91% | - |
| XYZ | 60.93 | 61.77 | 85.8 | - |
| YUV | 207.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 233 | 0.13 | 0.12 | 0 | 0.09 | 238 | 0.41 | 0.85 |
| Hex | CB | CC | E9 | D | C | 0 | 9 | EE | 29 | 55 |
| Octal | 313 | 314 | 351 | 15 | 14 | 0 | 11 | 356 | 51 | 125 |
| Binary | 11001011 | 11001100 | 11101001 | 1101 | 1100 | 0 | 1001 | 11101110 | 101001 | 1010101 |
Color Harmonies of #CBCCE9
Complementary color
Monochromatic Colors of #CBCCE9
Black with #CBCCE9
Text Example
Text Example
White with #CBCCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCE9; }
p { color: rgb(203,204,233); }
H1.HeaderClassName
{
color: #CBCCE9;
}
.AnyTagClassName
{
color: #CBCCE9;
}
</style>
background-color css
<style>
a { background-color: #CBCCE9; }
a { background-color: rgb(203,204,233); }
div.DivClassName
{
background-color: #CBCCE9;
}
.BgClassName
{
background-color: #CBCCE9;
}
</style>
border-color css
<style>
span { border-color: #CBCCE9; }
span { border-color: rgb(203,204,233); }
td.TdClassName
{
border-color: #CBCCE9;
}
.TagClassName
{
border-color: #CBCCE9;
}
</style>