Shades of Surf Crest #C8DABD
Tints of Surf Crest #C8DABD
RGB
CMYK
RGB Variations
Color information
#C8DABD (or 0xC8DABD) is known color: Surf Crest. HEX triplet: C8, DA and BD. RGB value is (200,218,189). Sum of RGB (Red+Green+Blue) = 200+218+189=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DABD is #372542. Grayscale: #D1D1D1. Windows color (decimal): -3614019 or 12442312. OLE color: 12442312.
HSL color Cylindrical-coordinate representation of color #C8DABD: hue angle of 97.24º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8DABD is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 189 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.15 |
| HSL | 97.24º | 0.28% | 0.8% | - |
| HSV(B) | 97.24º | 0.13% | 0.85% | - |
| XYZ | 58.08 | 66.1 | 57.84 | - |
| YUV | 209.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 189 | 0.08 | 0 | 0.13 | 0.15 | 97.24 | 0.28 | 0.8 |
| Hex | C8 | DA | BD | 8 | 0 | D | F | 61 | 1C | 50 |
| Octal | 310 | 332 | 275 | 10 | 0 | 15 | 17 | 141 | 34 | 120 |
| Binary | 11001000 | 11011010 | 10111101 | 1000 | 0 | 1101 | 1111 | 1100001 | 11100 | 1010000 |
Color Harmonies of #C8DABD
Complementary color
Monochromatic Colors of #C8DABD
Black with #C8DABD
Text Example
Text Example
White with #C8DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DABD; }
p { color: rgb(200,218,189); }
H1.HeaderClassName
{
color: #C8DABD;
}
.AnyTagClassName
{
color: #C8DABD;
}
</style>
background-color css
<style>
a { background-color: #C8DABD; }
a { background-color: rgb(200,218,189); }
div.DivClassName
{
background-color: #C8DABD;
}
.BgClassName
{
background-color: #C8DABD;
}
</style>
border-color css
<style>
span { border-color: #C8DABD; }
span { border-color: rgb(200,218,189); }
td.TdClassName
{
border-color: #C8DABD;
}
.TagClassName
{
border-color: #C8DABD;
}
</style>