Shades of Surf Crest #C1D9B2
Tints of Surf Crest #C1D9B2
RGB
CMYK
RGB Variations
Color information
#C1D9B2 (or 0xC1D9B2) is known color: Surf Crest. HEX triplet: C1, D9 and B2. RGB value is (193,217,178). Sum of RGB (Red+Green+Blue) = 193+217+178=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 178 (69.92% from 255 or 30.27% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D9B2 is #3E264D. Grayscale: #CDCDCD. Windows color (decimal): -4073038 or 11721153. OLE color: 11721153.
HSL color Cylindrical-coordinate representation of color #C1D9B2: hue angle of 96.92º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1D9B2 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 217 | 178 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.15 |
| HSL | 96.92º | 0.34% | 0.77% | - |
| HSV(B) | 96.92º | 0.18% | 0.85% | - |
| XYZ | 54.84 | 64.18 | 51.62 | - |
| YUV | 205.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 217 | 178 | 0.11 | 0 | 0.18 | 0.15 | 96.92 | 0.34 | 0.77 |
| Hex | C1 | D9 | B2 | B | 0 | 12 | F | 61 | 22 | 4D |
| Octal | 301 | 331 | 262 | 13 | 0 | 22 | 17 | 141 | 42 | 115 |
| Binary | 11000001 | 11011001 | 10110010 | 1011 | 0 | 10010 | 1111 | 1100001 | 100010 | 1001101 |
Color Harmonies of #C1D9B2
Complementary color
Monochromatic Colors of #C1D9B2
Black with #C1D9B2
Text Example
Text Example
White with #C1D9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D9B2; }
p { color: rgb(193,217,178); }
H1.HeaderClassName
{
color: #C1D9B2;
}
.AnyTagClassName
{
color: #C1D9B2;
}
</style>
background-color css
<style>
a { background-color: #C1D9B2; }
a { background-color: rgb(193,217,178); }
div.DivClassName
{
background-color: #C1D9B2;
}
.BgClassName
{
background-color: #C1D9B2;
}
</style>
border-color css
<style>
span { border-color: #C1D9B2; }
span { border-color: rgb(193,217,178); }
td.TdClassName
{
border-color: #C1D9B2;
}
.TagClassName
{
border-color: #C1D9B2;
}
</style>