Shades of Mystic #CBE4D5
Tints of Mystic #CBE4D5
RGB
CMYK
RGB Variations
Color information
#CBE4D5 (or 0xCBE4D5) is known color: Mystic. HEX triplet: CB, E4 and D5. RGB value is (203,228,213). Sum of RGB (Red+Green+Blue) = 203+228+213=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4D5 is #341B2A. Grayscale: #DADADA. Windows color (decimal): -3414827 or 14017739. OLE color: 14017739.
HSL color Cylindrical-coordinate representation of color #CBE4D5: hue angle of 144º 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 #CBE4D5 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 213 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.11 |
| HSL | 144º | 0.32% | 0.85% | - |
| HSV(B) | 144º | 0.11% | 0.89% | - |
| XYZ | 64.38 | 72.99 | 73.65 | - |
| YUV | 218.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 213 | 0.11 | 0 | 0.07 | 0.11 | 144 | 0.32 | 0.85 |
| Hex | CB | E4 | D5 | B | 0 | 7 | B | 90 | 20 | 55 |
| Octal | 313 | 344 | 325 | 13 | 0 | 7 | 13 | 220 | 40 | 125 |
| Binary | 11001011 | 11100100 | 11010101 | 1011 | 0 | 111 | 1011 | 10010000 | 100000 | 1010101 |
Color Harmonies of #CBE4D5
Complementary color
Monochromatic Colors of #CBE4D5
Black with #CBE4D5
Text Example
Text Example
White with #CBE4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4D5; }
p { color: rgb(203,228,213); }
H1.HeaderClassName
{
color: #CBE4D5;
}
.AnyTagClassName
{
color: #CBE4D5;
}
</style>
background-color css
<style>
a { background-color: #CBE4D5; }
a { background-color: rgb(203,228,213); }
div.DivClassName
{
background-color: #CBE4D5;
}
.BgClassName
{
background-color: #CBE4D5;
}
</style>
border-color css
<style>
span { border-color: #CBE4D5; }
span { border-color: rgb(203,228,213); }
td.TdClassName
{
border-color: #CBE4D5;
}
.TagClassName
{
border-color: #CBE4D5;
}
</style>