Shades of Surf Crest #C1DAB1
Tints of Surf Crest #C1DAB1
RGB
CMYK
RGB Variations
Color information
#C1DAB1 (or 0xC1DAB1) is known color: Surf Crest. HEX triplet: C1, DA and B1. RGB value is (193,218,177). Sum of RGB (Red+Green+Blue) = 193+218+177=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DAB1 is #3E254E. Grayscale: #CDCDCD. Windows color (decimal): -4072783 or 11655873. OLE color: 11655873.
HSL color Cylindrical-coordinate representation of color #C1DAB1: hue angle of 96.59º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1DAB1 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 177 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.15 |
| HSL | 96.59º | 0.36% | 0.77% | - |
| HSV(B) | 96.59º | 0.19% | 0.85% | - |
| XYZ | 55 | 64.65 | 51.18 | - |
| YUV | 205.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 177 | 0.11 | 0 | 0.19 | 0.15 | 96.59 | 0.36 | 0.77 |
| Hex | C1 | DA | B1 | B | 0 | 13 | F | 61 | 24 | 4D |
| Octal | 301 | 332 | 261 | 13 | 0 | 23 | 17 | 141 | 44 | 115 |
| Binary | 11000001 | 11011010 | 10110001 | 1011 | 0 | 10011 | 1111 | 1100001 | 100100 | 1001101 |
Color Harmonies of #C1DAB1
Complementary color
Monochromatic Colors of #C1DAB1
Black with #C1DAB1
Text Example
Text Example
White with #C1DAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DAB1; }
p { color: rgb(193,218,177); }
H1.HeaderClassName
{
color: #C1DAB1;
}
.AnyTagClassName
{
color: #C1DAB1;
}
</style>
background-color css
<style>
a { background-color: #C1DAB1; }
a { background-color: rgb(193,218,177); }
div.DivClassName
{
background-color: #C1DAB1;
}
.BgClassName
{
background-color: #C1DAB1;
}
</style>
border-color css
<style>
span { border-color: #C1DAB1; }
span { border-color: rgb(193,218,177); }
td.TdClassName
{
border-color: #C1DAB1;
}
.TagClassName
{
border-color: #C1DAB1;
}
</style>