Shades of Surf Crest #C8DDBF
Tints of Surf Crest #C8DDBF
RGB
CMYK
RGB Variations
Color information
#C8DDBF (or 0xC8DDBF) is known color: Surf Crest. HEX triplet: C8, DD and BF. RGB value is (200,221,191). Sum of RGB (Red+Green+Blue) = 200+221+191=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDBF is #372240. Grayscale: #D3D3D3. Windows color (decimal): -3613249 or 12574152. OLE color: 12574152.
HSL color Cylindrical-coordinate representation of color #C8DDBF: hue angle of 102º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8DDBF is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 191 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.13 |
| HSL | 102º | 0.31% | 0.81% | - |
| HSV(B) | 102º | 0.14% | 0.87% | - |
| XYZ | 59.08 | 67.75 | 59.25 | - |
| YUV | 211.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 191 | 0.10 | 0 | 0.14 | 0.13 | 102 | 0.31 | 0.81 |
| Hex | C8 | DD | BF | A | 0 | E | D | 66 | 1F | 51 |
| Octal | 310 | 335 | 277 | 12 | 0 | 16 | 15 | 146 | 37 | 121 |
| Binary | 11001000 | 11011101 | 10111111 | 1010 | 0 | 1110 | 1101 | 1100110 | 11111 | 1010001 |
Color Harmonies of #C8DDBF
Complementary color
Monochromatic Colors of #C8DDBF
Black with #C8DDBF
Text Example
Text Example
White with #C8DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDBF; }
p { color: rgb(200,221,191); }
H1.HeaderClassName
{
color: #C8DDBF;
}
.AnyTagClassName
{
color: #C8DDBF;
}
</style>
background-color css
<style>
a { background-color: #C8DDBF; }
a { background-color: rgb(200,221,191); }
div.DivClassName
{
background-color: #C8DDBF;
}
.BgClassName
{
background-color: #C8DDBF;
}
</style>
border-color css
<style>
span { border-color: #C8DDBF; }
span { border-color: rgb(200,221,191); }
td.TdClassName
{
border-color: #C8DDBF;
}
.TagClassName
{
border-color: #C8DDBF;
}
</style>