Shades of Surf Crest #C9DFC5
Tints of Surf Crest #C9DFC5
RGB
CMYK
RGB Variations
Color information
#C9DFC5 (or 0xC9DFC5) is known color: Surf Crest. HEX triplet: C9, DF and C5. RGB value is (201,223,197). Sum of RGB (Red+Green+Blue) = 201+223+197=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFC5 is #36203A. Grayscale: #D5D5D5. Windows color (decimal): -3547195 or 12967881. OLE color: 12967881.
HSL color Cylindrical-coordinate representation of color #C9DFC5: hue angle of 110.77º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9DFC5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 197 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.13 |
| HSL | 110.77º | 0.29% | 0.82% | - |
| HSV(B) | 110.77º | 0.12% | 0.87% | - |
| XYZ | 60.55 | 69.22 | 62.99 | - |
| YUV | 213.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 197 | 0.10 | 0 | 0.12 | 0.13 | 110.77 | 0.29 | 0.82 |
| Hex | C9 | DF | C5 | A | 0 | C | D | 6F | 1D | 52 |
| Octal | 311 | 337 | 305 | 12 | 0 | 14 | 15 | 157 | 35 | 122 |
| Binary | 11001001 | 11011111 | 11000101 | 1010 | 0 | 1100 | 1101 | 1101111 | 11101 | 1010010 |
Color Harmonies of #C9DFC5
Complementary color
Monochromatic Colors of #C9DFC5
Black with #C9DFC5
Text Example
Text Example
White with #C9DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DFC5; }
p { color: rgb(201,223,197); }
H1.HeaderClassName
{
color: #C9DFC5;
}
.AnyTagClassName
{
color: #C9DFC5;
}
</style>
background-color css
<style>
a { background-color: #C9DFC5; }
a { background-color: rgb(201,223,197); }
div.DivClassName
{
background-color: #C9DFC5;
}
.BgClassName
{
background-color: #C9DFC5;
}
</style>
border-color css
<style>
span { border-color: #C9DFC5; }
span { border-color: rgb(201,223,197); }
td.TdClassName
{
border-color: #C9DFC5;
}
.TagClassName
{
border-color: #C9DFC5;
}
</style>