Shades of Surf Crest #CBD5C6
Tints of Surf Crest #CBD5C6
RGB
CMYK
RGB Variations
Color information
#CBD5C6 (or 0xCBD5C6) is known color: Surf Crest. HEX triplet: CB, D5 and C6. RGB value is (203,213,198). Sum of RGB (Red+Green+Blue) = 203+213+198=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5C6 is #342A39. Grayscale: #D0D0D0. Windows color (decimal): -3418682 or 13030859. OLE color: 13030859.
HSL color Cylindrical-coordinate representation of color #CBD5C6: hue angle of 100º degrees, saturation: 0.15, 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 #CBD5C6 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 198 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.16 |
| HSL | 100º | 0.15% | 0.81% | - |
| HSV(B) | 100º | 0.07% | 0.84% | - |
| XYZ | 58.62 | 64.36 | 62.76 | - |
| YUV | 208.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 198 | 0.05 | 0 | 0.07 | 0.16 | 100 | 0.15 | 0.81 |
| Hex | CB | D5 | C6 | 5 | 0 | 7 | 10 | 64 | F | 51 |
| Octal | 313 | 325 | 306 | 5 | 0 | 7 | 20 | 144 | 17 | 121 |
| Binary | 11001011 | 11010101 | 11000110 | 101 | 0 | 111 | 10000 | 1100100 | 1111 | 1010001 |
Color Harmonies of #CBD5C6
Complementary color
Monochromatic Colors of #CBD5C6
Black with #CBD5C6
Text Example
Text Example
White with #CBD5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5C6; }
p { color: rgb(203,213,198); }
H1.HeaderClassName
{
color: #CBD5C6;
}
.AnyTagClassName
{
color: #CBD5C6;
}
</style>
background-color css
<style>
a { background-color: #CBD5C6; }
a { background-color: rgb(203,213,198); }
div.DivClassName
{
background-color: #CBD5C6;
}
.BgClassName
{
background-color: #CBD5C6;
}
</style>
border-color css
<style>
span { border-color: #CBD5C6; }
span { border-color: rgb(203,213,198); }
td.TdClassName
{
border-color: #CBD5C6;
}
.TagClassName
{
border-color: #CBD5C6;
}
</style>