Shades of Surf Crest #C8DBBD
Tints of Surf Crest #C8DBBD
RGB
CMYK
RGB Variations
Color information
#C8DBBD (or 0xC8DBBD) is known color: Surf Crest. HEX triplet: C8, DB and BD. RGB value is (200,219,189). Sum of RGB (Red+Green+Blue) = 200+219+189=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBBD is #372442. Grayscale: #D1D1D1. Windows color (decimal): -3613763 or 12442568. OLE color: 12442568.
HSL color Cylindrical-coordinate representation of color #C8DBBD: hue angle of 98º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8DBBD is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 189 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.14 |
| HSL | 98º | 0.29% | 0.8% | - |
| HSV(B) | 98º | 0.14% | 0.86% | - |
| XYZ | 58.34 | 66.62 | 57.93 | - |
| YUV | 209.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 189 | 0.09 | 0 | 0.14 | 0.14 | 98 | 0.29 | 0.8 |
| Hex | C8 | DB | BD | 9 | 0 | E | E | 62 | 1D | 50 |
| Octal | 310 | 333 | 275 | 11 | 0 | 16 | 16 | 142 | 35 | 120 |
| Binary | 11001000 | 11011011 | 10111101 | 1001 | 0 | 1110 | 1110 | 1100010 | 11101 | 1010000 |
Color Harmonies of #C8DBBD
Complementary color
Monochromatic Colors of #C8DBBD
Black with #C8DBBD
Text Example
Text Example
White with #C8DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBBD; }
p { color: rgb(200,219,189); }
H1.HeaderClassName
{
color: #C8DBBD;
}
.AnyTagClassName
{
color: #C8DBBD;
}
</style>
background-color css
<style>
a { background-color: #C8DBBD; }
a { background-color: rgb(200,219,189); }
div.DivClassName
{
background-color: #C8DBBD;
}
.BgClassName
{
background-color: #C8DBBD;
}
</style>
border-color css
<style>
span { border-color: #C8DBBD; }
span { border-color: rgb(200,219,189); }
td.TdClassName
{
border-color: #C8DBBD;
}
.TagClassName
{
border-color: #C8DBBD;
}
</style>