Shades of Surf Crest #C3DDBF
Tints of Surf Crest #C3DDBF
RGB
CMYK
RGB Variations
Color information
#C3DDBF (or 0xC3DDBF) is known color: Surf Crest. HEX triplet: C3, DD and BF. RGB value is (195,221,191). Sum of RGB (Red+Green+Blue) = 195+221+191=607 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.13% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDBF is #3C2240. Grayscale: #D1D1D1. Windows color (decimal): -3940929 or 12574147. OLE color: 12574147.
HSL color Cylindrical-coordinate representation of color #C3DDBF: hue angle of 112º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3DDBF is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 191 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.13 |
| HSL | 112º | 0.31% | 0.81% | - |
| HSV(B) | 112º | 0.14% | 0.87% | - |
| XYZ | 57.77 | 67.08 | 59.19 | - |
| YUV | 209.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 191 | 0.12 | 0 | 0.14 | 0.13 | 112 | 0.31 | 0.81 |
| Hex | C3 | DD | BF | C | 0 | E | D | 70 | 1F | 51 |
| Octal | 303 | 335 | 277 | 14 | 0 | 16 | 15 | 160 | 37 | 121 |
| Binary | 11000011 | 11011101 | 10111111 | 1100 | 0 | 1110 | 1101 | 1110000 | 11111 | 1010001 |
Color Harmonies of #C3DDBF
Complementary color
Monochromatic Colors of #C3DDBF
Black with #C3DDBF
Text Example
Text Example
White with #C3DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDBF; }
p { color: rgb(195,221,191); }
H1.HeaderClassName
{
color: #C3DDBF;
}
.AnyTagClassName
{
color: #C3DDBF;
}
</style>
background-color css
<style>
a { background-color: #C3DDBF; }
a { background-color: rgb(195,221,191); }
div.DivClassName
{
background-color: #C3DDBF;
}
.BgClassName
{
background-color: #C3DDBF;
}
</style>
border-color css
<style>
span { border-color: #C3DDBF; }
span { border-color: rgb(195,221,191); }
td.TdClassName
{
border-color: #C3DDBF;
}
.TagClassName
{
border-color: #C3DDBF;
}
</style>