Shades of Surf Crest #CBD5C8
Tints of Surf Crest #CBD5C8
RGB
CMYK
RGB Variations
Color information
#CBD5C8 (or 0xCBD5C8) is known color: Surf Crest. HEX triplet: CB, D5 and C8. RGB value is (203,213,200). Sum of RGB (Red+Green+Blue) = 203+213+200=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 200 (78.52% from 255 or 32.47% from 616); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5C8 is #342A37. Grayscale: #D0D0D0. Windows color (decimal): -3418680 or 13161931. OLE color: 13161931.
HSL color Cylindrical-coordinate representation of color #CBD5C8: hue angle of 106.15º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBD5C8 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 200 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.16 |
| HSL | 106.15º | 0.13% | 0.81% | - |
| HSV(B) | 106.15º | 0.06% | 0.84% | - |
| XYZ | 58.85 | 64.46 | 63.98 | - |
| YUV | 208.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 200 | 0.05 | 0 | 0.06 | 0.16 | 106.15 | 0.13 | 0.81 |
| Hex | CB | D5 | C8 | 5 | 0 | 6 | 10 | 6A | D | 51 |
| Octal | 313 | 325 | 310 | 5 | 0 | 6 | 20 | 152 | 15 | 121 |
| Binary | 11001011 | 11010101 | 11001000 | 101 | 0 | 110 | 10000 | 1101010 | 1101 | 1010001 |
Color Harmonies of #CBD5C8
Complementary color
Monochromatic Colors of #CBD5C8
Black with #CBD5C8
Text Example
Text Example
White with #CBD5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5C8; }
p { color: rgb(203,213,200); }
H1.HeaderClassName
{
color: #CBD5C8;
}
.AnyTagClassName
{
color: #CBD5C8;
}
</style>
background-color css
<style>
a { background-color: #CBD5C8; }
a { background-color: rgb(203,213,200); }
div.DivClassName
{
background-color: #CBD5C8;
}
.BgClassName
{
background-color: #CBD5C8;
}
</style>
border-color css
<style>
span { border-color: #CBD5C8; }
span { border-color: rgb(203,213,200); }
td.TdClassName
{
border-color: #CBD5C8;
}
.TagClassName
{
border-color: #CBD5C8;
}
</style>