Shades of Geyser #CBD7D5
Tints of Geyser #CBD7D5
RGB
CMYK
RGB Variations
Color information
#CBD7D5 (or 0xCBD7D5) is known color: Geyser. HEX triplet: CB, D7 and D5. RGB value is (203,215,213). Sum of RGB (Red+Green+Blue) = 203+215+213=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7D5 is #34282A. Grayscale: #D3D3D3. Windows color (decimal): -3418155 or 14014411. OLE color: 14014411.
HSL color Cylindrical-coordinate representation of color #CBD7D5: hue angle of 170º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBD7D5 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 213 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.16 |
| HSL | 170º | 0.13% | 0.82% | - |
| HSV(B) | 170º | 0.06% | 0.84% | - |
| XYZ | 60.94 | 66.1 | 72.5 | - |
| YUV | 211.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 213 | 0.06 | 0 | 0.01 | 0.16 | 170 | 0.13 | 0.82 |
| Hex | CB | D7 | D5 | 6 | 0 | 1 | 10 | AA | D | 52 |
| Octal | 313 | 327 | 325 | 6 | 0 | 1 | 20 | 252 | 15 | 122 |
| Binary | 11001011 | 11010111 | 11010101 | 110 | 0 | 1 | 10000 | 10101010 | 1101 | 1010010 |
Color Harmonies of #CBD7D5
Complementary color
Monochromatic Colors of #CBD7D5
Black with #CBD7D5
Text Example
Text Example
White with #CBD7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7D5; }
p { color: rgb(203,215,213); }
H1.HeaderClassName
{
color: #CBD7D5;
}
.AnyTagClassName
{
color: #CBD7D5;
}
</style>
background-color css
<style>
a { background-color: #CBD7D5; }
a { background-color: rgb(203,215,213); }
div.DivClassName
{
background-color: #CBD7D5;
}
.BgClassName
{
background-color: #CBD7D5;
}
</style>
border-color css
<style>
span { border-color: #CBD7D5; }
span { border-color: rgb(203,215,213); }
td.TdClassName
{
border-color: #CBD7D5;
}
.TagClassName
{
border-color: #CBD7D5;
}
</style>