Shades of Surf Crest #C1DDBA
Tints of Surf Crest #C1DDBA
RGB
CMYK
RGB Variations
Color information
#C1DDBA (or 0xC1DDBA) is known color: Surf Crest. HEX triplet: C1, DD and BA. RGB value is (193,221,186). Sum of RGB (Red+Green+Blue) = 193+221+186=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDBA is #3E2245. Grayscale: #D0D0D0. Windows color (decimal): -4072006 or 12246465. OLE color: 12246465.
HSL color Cylindrical-coordinate representation of color #C1DDBA: hue angle of 108º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1DDBA is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 186 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.13 |
| HSL | 108º | 0.34% | 0.8% | - |
| HSV(B) | 108º | 0.16% | 0.87% | - |
| XYZ | 56.71 | 66.6 | 56.32 | - |
| YUV | 208.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 186 | 0.13 | 0 | 0.16 | 0.13 | 108 | 0.34 | 0.8 |
| Hex | C1 | DD | BA | D | 0 | 10 | D | 6C | 22 | 50 |
| Octal | 301 | 335 | 272 | 15 | 0 | 20 | 15 | 154 | 42 | 120 |
| Binary | 11000001 | 11011101 | 10111010 | 1101 | 0 | 10000 | 1101 | 1101100 | 100010 | 1010000 |
Color Harmonies of #C1DDBA
Complementary color
Monochromatic Colors of #C1DDBA
Black with #C1DDBA
Text Example
Text Example
White with #C1DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDBA; }
p { color: rgb(193,221,186); }
H1.HeaderClassName
{
color: #C1DDBA;
}
.AnyTagClassName
{
color: #C1DDBA;
}
</style>
background-color css
<style>
a { background-color: #C1DDBA; }
a { background-color: rgb(193,221,186); }
div.DivClassName
{
background-color: #C1DDBA;
}
.BgClassName
{
background-color: #C1DDBA;
}
</style>
border-color css
<style>
span { border-color: #C1DDBA; }
span { border-color: rgb(193,221,186); }
td.TdClassName
{
border-color: #C1DDBA;
}
.TagClassName
{
border-color: #C1DDBA;
}
</style>