Shades of Surf Crest #CBD7C5
Tints of Surf Crest #CBD7C5
RGB
CMYK
RGB Variations
Color information
#CBD7C5 (or 0xCBD7C5) is known color: Surf Crest. HEX triplet: CB, D7 and C5. RGB value is (203,215,197). Sum of RGB (Red+Green+Blue) = 203+215+197=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD7C5 is #34283A. Grayscale: #D1D1D1. Windows color (decimal): -3418171 or 12965835. OLE color: 12965835.
HSL color Cylindrical-coordinate representation of color #CBD7C5: hue angle of 100º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBD7C5 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 215 | 197 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.16 |
| HSL | 100º | 0.18% | 0.81% | - |
| HSV(B) | 100º | 0.08% | 0.84% | - |
| XYZ | 59.01 | 65.33 | 62.32 | - |
| YUV | 209.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 215 | 197 | 0.06 | 0 | 0.08 | 0.16 | 100 | 0.18 | 0.81 |
| Hex | CB | D7 | C5 | 6 | 0 | 8 | 10 | 64 | 12 | 51 |
| Octal | 313 | 327 | 305 | 6 | 0 | 10 | 20 | 144 | 22 | 121 |
| Binary | 11001011 | 11010111 | 11000101 | 110 | 0 | 1000 | 10000 | 1100100 | 10010 | 1010001 |
Color Harmonies of #CBD7C5
Complementary color
Monochromatic Colors of #CBD7C5
Black with #CBD7C5
Text Example
Text Example
White with #CBD7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7C5; }
p { color: rgb(203,215,197); }
H1.HeaderClassName
{
color: #CBD7C5;
}
.AnyTagClassName
{
color: #CBD7C5;
}
</style>
background-color css
<style>
a { background-color: #CBD7C5; }
a { background-color: rgb(203,215,197); }
div.DivClassName
{
background-color: #CBD7C5;
}
.BgClassName
{
background-color: #CBD7C5;
}
</style>
border-color css
<style>
span { border-color: #CBD7C5; }
span { border-color: rgb(203,215,197); }
td.TdClassName
{
border-color: #CBD7C5;
}
.TagClassName
{
border-color: #CBD7C5;
}
</style>