Shades of Surf Crest #C8DFC6
Tints of Surf Crest #C8DFC6
RGB
CMYK
RGB Variations
Color information
#C8DFC6 (or 0xC8DFC6) is known color: Surf Crest. HEX triplet: C8, DF and C6. RGB value is (200,223,198). Sum of RGB (Red+Green+Blue) = 200+223+198=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFC6 is #372039. Grayscale: #D5D5D5. Windows color (decimal): -3612730 or 13033416. OLE color: 13033416.
HSL color Cylindrical-coordinate representation of color #C8DFC6: hue angle of 115.2º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8DFC6 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 223 | 198 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.13 |
| HSL | 115.2º | 0.28% | 0.83% | - |
| HSV(B) | 115.2º | 0.11% | 0.87% | - |
| XYZ | 60.4 | 69.13 | 63.59 | - |
| YUV | 213.27 | 119.38 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 223 | 198 | 0.10 | 0 | 0.11 | 0.13 | 115.2 | 0.28 | 0.83 |
| Hex | C8 | DF | C6 | A | 0 | B | D | 73 | 1C | 53 |
| Octal | 310 | 337 | 306 | 12 | 0 | 13 | 15 | 163 | 34 | 123 |
| Binary | 11001000 | 11011111 | 11000110 | 1010 | 0 | 1011 | 1101 | 1110011 | 11100 | 1010011 |
Color Harmonies of #C8DFC6
Complementary color
Monochromatic Colors of #C8DFC6
Black with #C8DFC6
Text Example
Text Example
White with #C8DFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFC6; }
p { color: rgb(200,223,198); }
H1.HeaderClassName
{
color: #C8DFC6;
}
.AnyTagClassName
{
color: #C8DFC6;
}
</style>
background-color css
<style>
a { background-color: #C8DFC6; }
a { background-color: rgb(200,223,198); }
div.DivClassName
{
background-color: #C8DFC6;
}
.BgClassName
{
background-color: #C8DFC6;
}
</style>
border-color css
<style>
span { border-color: #C8DFC6; }
span { border-color: rgb(200,223,198); }
td.TdClassName
{
border-color: #C8DFC6;
}
.TagClassName
{
border-color: #C8DFC6;
}
</style>