Shades of Surf Crest #C1D4BD
Tints of Surf Crest #C1D4BD
RGB
CMYK
RGB Variations
Color information
#C1D4BD (or 0xC1D4BD) is known color: Surf Crest. HEX triplet: C1, D4 and BD. RGB value is (193,212,189). Sum of RGB (Red+Green+Blue) = 193+212+189=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D4BD is #3E2B42. Grayscale: #CBCBCB. Windows color (decimal): -4074307 or 12440769. OLE color: 12440769.
HSL color Cylindrical-coordinate representation of color #C1D4BD: hue angle of 109.57º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D4BD is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 212 | 189 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.17 |
| HSL | 109.57º | 0.21% | 0.79% | - |
| HSV(B) | 109.57º | 0.11% | 0.83% | - |
| XYZ | 54.72 | 62.1 | 57.25 | - |
| YUV | 203.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 212 | 189 | 0.09 | 0 | 0.11 | 0.17 | 109.57 | 0.21 | 0.79 |
| Hex | C1 | D4 | BD | 9 | 0 | B | 11 | 6E | 15 | 4F |
| Octal | 301 | 324 | 275 | 11 | 0 | 13 | 21 | 156 | 25 | 117 |
| Binary | 11000001 | 11010100 | 10111101 | 1001 | 0 | 1011 | 10001 | 1101110 | 10101 | 1001111 |
Color Harmonies of #C1D4BD
Complementary color
Monochromatic Colors of #C1D4BD
Black with #C1D4BD
Text Example
Text Example
White with #C1D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D4BD; }
p { color: rgb(193,212,189); }
H1.HeaderClassName
{
color: #C1D4BD;
}
.AnyTagClassName
{
color: #C1D4BD;
}
</style>
background-color css
<style>
a { background-color: #C1D4BD; }
a { background-color: rgb(193,212,189); }
div.DivClassName
{
background-color: #C1D4BD;
}
.BgClassName
{
background-color: #C1D4BD;
}
</style>
border-color css
<style>
span { border-color: #C1D4BD; }
span { border-color: rgb(193,212,189); }
td.TdClassName
{
border-color: #C1D4BD;
}
.TagClassName
{
border-color: #C1D4BD;
}
</style>