Shades of Surf Crest #CBE2C8
Tints of Surf Crest #CBE2C8
RGB
CMYK
RGB Variations
Color information
#CBE2C8 (or 0xCBE2C8) is known color: Surf Crest. HEX triplet: CB, E2 and C8. RGB value is (203,226,200). Sum of RGB (Red+Green+Blue) = 203+226+200=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2C8 is #341D37. Grayscale: #D8D8D8. Windows color (decimal): -3415352 or 13165259. OLE color: 13165259.
HSL color Cylindrical-coordinate representation of color #CBE2C8: hue angle of 113.08º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE2C8 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 200 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.11 |
| HSL | 113.08º | 0.31% | 0.84% | - |
| HSV(B) | 113.08º | 0.12% | 0.89% | - |
| XYZ | 62.25 | 71.26 | 65.12 | - |
| YUV | 216.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 200 | 0.10 | 0 | 0.12 | 0.11 | 113.08 | 0.31 | 0.84 |
| Hex | CB | E2 | C8 | A | 0 | C | B | 71 | 1F | 54 |
| Octal | 313 | 342 | 310 | 12 | 0 | 14 | 13 | 161 | 37 | 124 |
| Binary | 11001011 | 11100010 | 11001000 | 1010 | 0 | 1100 | 1011 | 1110001 | 11111 | 1010100 |
Color Harmonies of #CBE2C8
Complementary color
Monochromatic Colors of #CBE2C8
Black with #CBE2C8
Text Example
Text Example
White with #CBE2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE2C8; }
p { color: rgb(203,226,200); }
H1.HeaderClassName
{
color: #CBE2C8;
}
.AnyTagClassName
{
color: #CBE2C8;
}
</style>
background-color css
<style>
a { background-color: #CBE2C8; }
a { background-color: rgb(203,226,200); }
div.DivClassName
{
background-color: #CBE2C8;
}
.BgClassName
{
background-color: #CBE2C8;
}
</style>
border-color css
<style>
span { border-color: #CBE2C8; }
span { border-color: rgb(203,226,200); }
td.TdClassName
{
border-color: #CBE2C8;
}
.TagClassName
{
border-color: #CBE2C8;
}
</style>