Shades of Surf Crest #C1DBB6
Tints of Surf Crest #C1DBB6
RGB
CMYK
RGB Variations
Color information
#C1DBB6 (or 0xC1DBB6) is known color: Surf Crest. HEX triplet: C1, DB and B6. RGB value is (193,219,182). Sum of RGB (Red+Green+Blue) = 193+219+182=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBB6 is #3E2449. Grayscale: #CFCFCF. Windows color (decimal): -4072522 or 11983809. OLE color: 11983809.
HSL color Cylindrical-coordinate representation of color #C1DBB6: hue angle of 102.16º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1DBB6 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 182 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.14 |
| HSL | 102.16º | 0.34% | 0.79% | - |
| HSV(B) | 102.16º | 0.17% | 0.86% | - |
| XYZ | 55.77 | 65.38 | 53.94 | - |
| YUV | 207.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 182 | 0.12 | 0 | 0.17 | 0.14 | 102.16 | 0.34 | 0.79 |
| Hex | C1 | DB | B6 | C | 0 | 11 | E | 66 | 22 | 4F |
| Octal | 301 | 333 | 266 | 14 | 0 | 21 | 16 | 146 | 42 | 117 |
| Binary | 11000001 | 11011011 | 10110110 | 1100 | 0 | 10001 | 1110 | 1100110 | 100010 | 1001111 |
Color Harmonies of #C1DBB6
Complementary color
Monochromatic Colors of #C1DBB6
Black with #C1DBB6
Text Example
Text Example
White with #C1DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBB6; }
p { color: rgb(193,219,182); }
H1.HeaderClassName
{
color: #C1DBB6;
}
.AnyTagClassName
{
color: #C1DBB6;
}
</style>
background-color css
<style>
a { background-color: #C1DBB6; }
a { background-color: rgb(193,219,182); }
div.DivClassName
{
background-color: #C1DBB6;
}
.BgClassName
{
background-color: #C1DBB6;
}
</style>
border-color css
<style>
span { border-color: #C1DBB6; }
span { border-color: rgb(193,219,182); }
td.TdClassName
{
border-color: #C1DBB6;
}
.TagClassName
{
border-color: #C1DBB6;
}
</style>