Shades of Quartz #CBCBE4
Tints of Quartz #CBCBE4
RGB
CMYK
RGB Variations
Color information
#CBCBE4 (or 0xCBCBE4) is known color: Quartz. HEX triplet: CB, CB and E4. RGB value is (203,203,228). Sum of RGB (Red+Green+Blue) = 203+203+228=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBCBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCBE4 is #34341B. Grayscale: #CDCDCD. Windows color (decimal): -3421212 or 14994379. OLE color: 14994379.
HSL color Cylindrical-coordinate representation of color #CBCBE4: hue angle of 240º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBCBE4 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 203 | 228 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.11 |
| HSL | 240º | 0.32% | 0.85% | - |
| HSV(B) | 240º | 0.11% | 0.89% | - |
| XYZ | 59.99 | 61.01 | 82.01 | - |
| YUV | 205.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 228 | 0.11 | 0.11 | 0 | 0.11 | 240 | 0.32 | 0.85 |
| Hex | CB | CB | E4 | B | B | 0 | B | F0 | 20 | 55 |
| Octal | 313 | 313 | 344 | 13 | 13 | 0 | 13 | 360 | 40 | 125 |
| Binary | 11001011 | 11001011 | 11100100 | 1011 | 1011 | 0 | 1011 | 11110000 | 100000 | 1010101 |
Color Harmonies of #CBCBE4
Complementary color
Monochromatic Colors of #CBCBE4
Black with #CBCBE4
Text Example
Text Example
White with #CBCBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBE4; }
p { color: rgb(203,203,228); }
H1.HeaderClassName
{
color: #CBCBE4;
}
.AnyTagClassName
{
color: #CBCBE4;
}
</style>
background-color css
<style>
a { background-color: #CBCBE4; }
a { background-color: rgb(203,203,228); }
div.DivClassName
{
background-color: #CBCBE4;
}
.BgClassName
{
background-color: #CBCBE4;
}
</style>
border-color css
<style>
span { border-color: #CBCBE4; }
span { border-color: rgb(203,203,228); }
td.TdClassName
{
border-color: #CBCBE4;
}
.TagClassName
{
border-color: #CBCBE4;
}
</style>