Shades of Surf Crest #CBD5C7
Tints of Surf Crest #CBD5C7
RGB
CMYK
RGB Variations
Color information
#CBD5C7 (or 0xCBD5C7) is known color: Surf Crest. HEX triplet: CB, D5 and C7. RGB value is (203,213,199). Sum of RGB (Red+Green+Blue) = 203+213+199=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5C7 is #342A38. Grayscale: #D0D0D0. Windows color (decimal): -3418681 or 13096395. OLE color: 13096395.
HSL color Cylindrical-coordinate representation of color #CBD5C7: hue angle of 102.86º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBD5C7 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 199 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.16 |
| HSL | 102.86º | 0.14% | 0.81% | - |
| HSV(B) | 102.86º | 0.07% | 0.84% | - |
| XYZ | 58.73 | 64.41 | 63.37 | - |
| YUV | 208.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 199 | 0.05 | 0 | 0.07 | 0.16 | 102.86 | 0.14 | 0.81 |
| Hex | CB | D5 | C7 | 5 | 0 | 7 | 10 | 67 | E | 51 |
| Octal | 313 | 325 | 307 | 5 | 0 | 7 | 20 | 147 | 16 | 121 |
| Binary | 11001011 | 11010101 | 11000111 | 101 | 0 | 111 | 10000 | 1100111 | 1110 | 1010001 |
Color Harmonies of #CBD5C7
Complementary color
Monochromatic Colors of #CBD5C7
Black with #CBD5C7
Text Example
Text Example
White with #CBD5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5C7; }
p { color: rgb(203,213,199); }
H1.HeaderClassName
{
color: #CBD5C7;
}
.AnyTagClassName
{
color: #CBD5C7;
}
</style>
background-color css
<style>
a { background-color: #CBD5C7; }
a { background-color: rgb(203,213,199); }
div.DivClassName
{
background-color: #CBD5C7;
}
.BgClassName
{
background-color: #CBD5C7;
}
</style>
border-color css
<style>
span { border-color: #CBD5C7; }
span { border-color: rgb(203,213,199); }
td.TdClassName
{
border-color: #CBD5C7;
}
.TagClassName
{
border-color: #CBD5C7;
}
</style>