Shades of Surf Crest #C1DABD
Tints of Surf Crest #C1DABD
RGB
CMYK
RGB Variations
Color information
#C1DABD (or 0xC1DABD) is known color: Surf Crest. HEX triplet: C1, DA and BD. RGB value is (193,218,189). Sum of RGB (Red+Green+Blue) = 193+218+189=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DABD is #3E2542. Grayscale: #CFCFCF. Windows color (decimal): -4072771 or 12442305. OLE color: 12442305.
HSL color Cylindrical-coordinate representation of color #C1DABD: hue angle of 111.72º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1DABD is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 218 | 189 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.15 |
| HSL | 111.72º | 0.28% | 0.8% | - |
| HSV(B) | 111.72º | 0.13% | 0.85% | - |
| XYZ | 56.25 | 65.15 | 57.76 | - |
| YUV | 207.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 218 | 189 | 0.11 | 0 | 0.13 | 0.15 | 111.72 | 0.28 | 0.8 |
| Hex | C1 | DA | BD | B | 0 | D | F | 70 | 1C | 50 |
| Octal | 301 | 332 | 275 | 13 | 0 | 15 | 17 | 160 | 34 | 120 |
| Binary | 11000001 | 11011010 | 10111101 | 1011 | 0 | 1101 | 1111 | 1110000 | 11100 | 1010000 |
Color Harmonies of #C1DABD
Complementary color
Monochromatic Colors of #C1DABD
Black with #C1DABD
Text Example
Text Example
White with #C1DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DABD; }
p { color: rgb(193,218,189); }
H1.HeaderClassName
{
color: #C1DABD;
}
.AnyTagClassName
{
color: #C1DABD;
}
</style>
background-color css
<style>
a { background-color: #C1DABD; }
a { background-color: rgb(193,218,189); }
div.DivClassName
{
background-color: #C1DABD;
}
.BgClassName
{
background-color: #C1DABD;
}
</style>
border-color css
<style>
span { border-color: #C1DABD; }
span { border-color: rgb(193,218,189); }
td.TdClassName
{
border-color: #C1DABD;
}
.TagClassName
{
border-color: #C1DABD;
}
</style>