Shades of Surf Crest #C1DDBB
Tints of Surf Crest #C1DDBB
RGB
CMYK
RGB Variations
Color information
#C1DDBB (or 0xC1DDBB) is known color: Surf Crest. HEX triplet: C1, DD and BB. RGB value is (193,221,187). Sum of RGB (Red+Green+Blue) = 193+221+187=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDBB is #3E2244. Grayscale: #D0D0D0. Windows color (decimal): -4072005 or 12312001. OLE color: 12312001.
HSL color Cylindrical-coordinate representation of color #C1DDBB: hue angle of 109.41º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1DDBB is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 221 | 187 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.13 |
| HSL | 109.41º | 0.33% | 0.8% | - |
| HSV(B) | 109.41º | 0.15% | 0.87% | - |
| XYZ | 56.82 | 66.64 | 56.88 | - |
| YUV | 208.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 221 | 187 | 0.13 | 0 | 0.15 | 0.13 | 109.41 | 0.33 | 0.8 |
| Hex | C1 | DD | BB | D | 0 | F | D | 6D | 21 | 50 |
| Octal | 301 | 335 | 273 | 15 | 0 | 17 | 15 | 155 | 41 | 120 |
| Binary | 11000001 | 11011101 | 10111011 | 1101 | 0 | 1111 | 1101 | 1101101 | 100001 | 1010000 |
Color Harmonies of #C1DDBB
Complementary color
Monochromatic Colors of #C1DDBB
Black with #C1DDBB
Text Example
Text Example
White with #C1DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDBB; }
p { color: rgb(193,221,187); }
H1.HeaderClassName
{
color: #C1DDBB;
}
.AnyTagClassName
{
color: #C1DDBB;
}
</style>
background-color css
<style>
a { background-color: #C1DDBB; }
a { background-color: rgb(193,221,187); }
div.DivClassName
{
background-color: #C1DDBB;
}
.BgClassName
{
background-color: #C1DDBB;
}
</style>
border-color css
<style>
span { border-color: #C1DDBB; }
span { border-color: rgb(193,221,187); }
td.TdClassName
{
border-color: #C1DDBB;
}
.TagClassName
{
border-color: #C1DDBB;
}
</style>