Shades of Surf Crest #C8DFB9
Tints of Surf Crest #C8DFB9
RGB
CMYK
RGB Variations
Color information
#C8DFB9 (or 0xC8DFB9) is known color: Surf Crest. HEX triplet: C8, DF and B9. RGB value is (200,223,185). Sum of RGB (Red+Green+Blue) = 200+223+185=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFB9 is #372046. Grayscale: #D3D3D3. Windows color (decimal): -3612743 or 12181448. OLE color: 12181448.
HSL color Cylindrical-coordinate representation of color #C8DFB9: hue angle of 96.32º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8DFB9 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 223 | 185 | - |
CMYK | 0.10 | 0 | 0.17 | 0.13 |
HSL | 96.32º | 0.37% | 0.8% | - |
HSV(B) | 96.32º | 0.17% | 0.87% | - |
XYZ | 58.96 | 68.56 | 56.02 | - |
YUV | 211.79 | 112.88 | 119.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 223 | 185 | 0.10 | 0 | 0.17 | 0.13 | 96.32 | 0.37 | 0.8 |
Hex | C8 | DF | B9 | A | 0 | 11 | D | 60 | 25 | 50 |
Octal | 310 | 337 | 271 | 12 | 0 | 21 | 15 | 140 | 45 | 120 |
Binary | 11001000 | 11011111 | 10111001 | 1010 | 0 | 10001 | 1101 | 1100000 | 100101 | 1010000 |
Color Harmonies of #C8DFB9
Complementary color
Monochromatic Colors of #C8DFB9
Black with #C8DFB9
Text Example
Text Example
White with #C8DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFB9; }
p { color: rgb(200,223,185); }
H1.HeaderClassName
{
color: #C8DFB9;
}
.AnyTagClassName
{
color: #C8DFB9;
}
</style>
background-color css
<style>
a { background-color: #C8DFB9; }
a { background-color: rgb(200,223,185); }
div.DivClassName
{
background-color: #C8DFB9;
}
.BgClassName
{
background-color: #C8DFB9;
}
</style>
border-color css
<style>
span { border-color: #C8DFB9; }
span { border-color: rgb(200,223,185); }
td.TdClassName
{
border-color: #C8DFB9;
}
.TagClassName
{
border-color: #C8DFB9;
}
</style>