Shades of Surf Crest #C3DFBA
Tints of Surf Crest #C3DFBA
RGB
CMYK
RGB Variations
Color information
#C3DFBA (or 0xC3DFBA) is known color: Surf Crest. HEX triplet: C3, DF and BA. RGB value is (195,223,186). Sum of RGB (Red+Green+Blue) = 195+223+186=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFBA is #3C2045. Grayscale: #D2D2D2. Windows color (decimal): -3940422 or 12246979. OLE color: 12246979.
HSL color Cylindrical-coordinate representation of color #C3DFBA: hue angle of 105.41º 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 #C3DFBA is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 223 | 186 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.13 |
| HSL | 105.41º | 0.37% | 0.8% | - |
| HSV(B) | 105.41º | 0.17% | 0.87% | - |
| XYZ | 57.76 | 67.92 | 56.52 | - |
| YUV | 210.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 223 | 186 | 0.13 | 0 | 0.17 | 0.13 | 105.41 | 0.37 | 0.8 |
| Hex | C3 | DF | BA | D | 0 | 11 | D | 69 | 25 | 50 |
| Octal | 303 | 337 | 272 | 15 | 0 | 21 | 15 | 151 | 45 | 120 |
| Binary | 11000011 | 11011111 | 10111010 | 1101 | 0 | 10001 | 1101 | 1101001 | 100101 | 1010000 |
Color Harmonies of #C3DFBA
Complementary color
Monochromatic Colors of #C3DFBA
Black with #C3DFBA
Text Example
Text Example
White with #C3DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DFBA; }
p { color: rgb(195,223,186); }
H1.HeaderClassName
{
color: #C3DFBA;
}
.AnyTagClassName
{
color: #C3DFBA;
}
</style>
background-color css
<style>
a { background-color: #C3DFBA; }
a { background-color: rgb(195,223,186); }
div.DivClassName
{
background-color: #C3DFBA;
}
.BgClassName
{
background-color: #C3DFBA;
}
</style>
border-color css
<style>
span { border-color: #C3DFBA; }
span { border-color: rgb(195,223,186); }
td.TdClassName
{
border-color: #C3DFBA;
}
.TagClassName
{
border-color: #C3DFBA;
}
</style>