Shades of Surf Crest #C8DFC5
Tints of Surf Crest #C8DFC5
RGB
CMYK
RGB Variations
Color information
#C8DFC5 (or 0xC8DFC5) is known color: Surf Crest. HEX triplet: C8, DF and C5. RGB value is (200,223,197). Sum of RGB (Red+Green+Blue) = 200+223+197=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #C8DFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DFC5 is #37203A. Grayscale: #D5D5D5. Windows color (decimal): -3612731 or 12967880. OLE color: 12967880.
HSL color Cylindrical-coordinate representation of color #C8DFC5: hue angle of 113.08º 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 #C8DFC5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 223 | 197 | - |
CMYK | 0.10 | 0 | 0.12 | 0.13 |
HSL | 113.08º | 0.29% | 0.82% | - |
HSV(B) | 113.08º | 0.12% | 0.87% | - |
XYZ | 60.29 | 69.09 | 62.98 | - |
YUV | 213.16 | 118.88 | 118.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 223 | 197 | 0.10 | 0 | 0.12 | 0.13 | 113.08 | 0.29 | 0.82 |
Hex | C8 | DF | C5 | A | 0 | C | D | 71 | 1D | 52 |
Octal | 310 | 337 | 305 | 12 | 0 | 14 | 15 | 161 | 35 | 122 |
Binary | 11001000 | 11011111 | 11000101 | 1010 | 0 | 1100 | 1101 | 1110001 | 11101 | 1010010 |
Color Harmonies of #C8DFC5
Complementary color
Monochromatic Colors of #C8DFC5
Black with #C8DFC5
Text Example
Text Example
White with #C8DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DFC5; }
p { color: rgb(200,223,197); }
H1.HeaderClassName
{
color: #C8DFC5;
}
.AnyTagClassName
{
color: #C8DFC5;
}
</style>
background-color css
<style>
a { background-color: #C8DFC5; }
a { background-color: rgb(200,223,197); }
div.DivClassName
{
background-color: #C8DFC5;
}
.BgClassName
{
background-color: #C8DFC5;
}
</style>
border-color css
<style>
span { border-color: #C8DFC5; }
span { border-color: rgb(200,223,197); }
td.TdClassName
{
border-color: #C8DFC5;
}
.TagClassName
{
border-color: #C8DFC5;
}
</style>