Shades of Surf Crest #C1DBB8
Tints of Surf Crest #C1DBB8
RGB
CMYK
RGB Variations
Color information
#C1DBB8 (or 0xC1DBB8) is known color: Surf Crest. HEX triplet: C1, DB and B8. RGB value is (193,219,184). Sum of RGB (Red+Green+Blue) = 193+219+184=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 184 (72.27% from 255 or 30.87% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBB8 is #3E2447. Grayscale: #CFCFCF. Windows color (decimal): -4072520 or 12114881. OLE color: 12114881.
HSL color Cylindrical-coordinate representation of color #C1DBB8: hue angle of 104.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1DBB8 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 184 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.14 |
| HSL | 104.57º | 0.33% | 0.79% | - |
| HSV(B) | 104.57º | 0.16% | 0.86% | - |
| XYZ | 55.98 | 65.46 | 55.03 | - |
| YUV | 207.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 184 | 0.12 | 0 | 0.16 | 0.14 | 104.57 | 0.33 | 0.79 |
| Hex | C1 | DB | B8 | C | 0 | 10 | E | 69 | 21 | 4F |
| Octal | 301 | 333 | 270 | 14 | 0 | 20 | 16 | 151 | 41 | 117 |
| Binary | 11000001 | 11011011 | 10111000 | 1100 | 0 | 10000 | 1110 | 1101001 | 100001 | 1001111 |
Color Harmonies of #C1DBB8
Complementary color
Monochromatic Colors of #C1DBB8
Black with #C1DBB8
Text Example
Text Example
White with #C1DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBB8; }
p { color: rgb(193,219,184); }
H1.HeaderClassName
{
color: #C1DBB8;
}
.AnyTagClassName
{
color: #C1DBB8;
}
</style>
background-color css
<style>
a { background-color: #C1DBB8; }
a { background-color: rgb(193,219,184); }
div.DivClassName
{
background-color: #C1DBB8;
}
.BgClassName
{
background-color: #C1DBB8;
}
</style>
border-color css
<style>
span { border-color: #C1DBB8; }
span { border-color: rgb(193,219,184); }
td.TdClassName
{
border-color: #C1DBB8;
}
.TagClassName
{
border-color: #C1DBB8;
}
</style>