Shades of Surf Crest #C1DBBB
Tints of Surf Crest #C1DBBB
RGB
CMYK
RGB Variations
Color information
#C1DBBB (or 0xC1DBBB) is known color: Surf Crest. HEX triplet: C1, DB and BB. RGB value is (193,219,187). Sum of RGB (Red+Green+Blue) = 193+219+187=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBBB is #3E2444. Grayscale: #CFCFCF. Windows color (decimal): -4072517 or 12311489. OLE color: 12311489.
HSL color Cylindrical-coordinate representation of color #C1DBBB: hue angle of 108.75º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1DBBB is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 187 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.14 |
| HSL | 108.75º | 0.31% | 0.8% | - |
| HSV(B) | 108.75º | 0.15% | 0.86% | - |
| XYZ | 56.29 | 65.59 | 56.71 | - |
| YUV | 207.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 187 | 0.12 | 0 | 0.15 | 0.14 | 108.75 | 0.31 | 0.8 |
| Hex | C1 | DB | BB | C | 0 | F | E | 6D | 1F | 50 |
| Octal | 301 | 333 | 273 | 14 | 0 | 17 | 16 | 155 | 37 | 120 |
| Binary | 11000001 | 11011011 | 10111011 | 1100 | 0 | 1111 | 1110 | 1101101 | 11111 | 1010000 |
Color Harmonies of #C1DBBB
Complementary color
Monochromatic Colors of #C1DBBB
Black with #C1DBBB
Text Example
Text Example
White with #C1DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBBB; }
p { color: rgb(193,219,187); }
H1.HeaderClassName
{
color: #C1DBBB;
}
.AnyTagClassName
{
color: #C1DBBB;
}
</style>
background-color css
<style>
a { background-color: #C1DBBB; }
a { background-color: rgb(193,219,187); }
div.DivClassName
{
background-color: #C1DBBB;
}
.BgClassName
{
background-color: #C1DBBB;
}
</style>
border-color css
<style>
span { border-color: #C1DBBB; }
span { border-color: rgb(193,219,187); }
td.TdClassName
{
border-color: #C1DBBB;
}
.TagClassName
{
border-color: #C1DBBB;
}
</style>