Shades of Surf Crest #C8DCBD
Tints of Surf Crest #C8DCBD
RGB
CMYK
RGB Variations
Color information
#C8DCBD (or 0xC8DCBD) is known color: Surf Crest. HEX triplet: C8, DC and BD. RGB value is (200,220,189). Sum of RGB (Red+Green+Blue) = 200+220+189=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCBD is #372342. Grayscale: #D2D2D2. Windows color (decimal): -3613507 or 12442824. OLE color: 12442824.
HSL color Cylindrical-coordinate representation of color #C8DCBD: hue angle of 98.71º degrees, saturation: 0.31, 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 #C8DCBD is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 189 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.14 |
| HSL | 98.71º | 0.31% | 0.8% | - |
| HSV(B) | 98.71º | 0.14% | 0.86% | - |
| XYZ | 58.6 | 67.14 | 58.01 | - |
| YUV | 210.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 189 | 0.09 | 0 | 0.14 | 0.14 | 98.71 | 0.31 | 0.8 |
| Hex | C8 | DC | BD | 9 | 0 | E | E | 63 | 1F | 50 |
| Octal | 310 | 334 | 275 | 11 | 0 | 16 | 16 | 143 | 37 | 120 |
| Binary | 11001000 | 11011100 | 10111101 | 1001 | 0 | 1110 | 1110 | 1100011 | 11111 | 1010000 |
Color Harmonies of #C8DCBD
Complementary color
Monochromatic Colors of #C8DCBD
Black with #C8DCBD
Text Example
Text Example
White with #C8DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCBD; }
p { color: rgb(200,220,189); }
H1.HeaderClassName
{
color: #C8DCBD;
}
.AnyTagClassName
{
color: #C8DCBD;
}
</style>
background-color css
<style>
a { background-color: #C8DCBD; }
a { background-color: rgb(200,220,189); }
div.DivClassName
{
background-color: #C8DCBD;
}
.BgClassName
{
background-color: #C8DCBD;
}
</style>
border-color css
<style>
span { border-color: #C8DCBD; }
span { border-color: rgb(200,220,189); }
td.TdClassName
{
border-color: #C8DCBD;
}
.TagClassName
{
border-color: #C8DCBD;
}
</style>