Shades of Surf Crest #C1D4B3
Tints of Surf Crest #C1D4B3
RGB
CMYK
RGB Variations
Color information
#C1D4B3 (or 0xC1D4B3) is known color: Surf Crest. HEX triplet: C1, D4 and B3. RGB value is (193,212,179). Sum of RGB (Red+Green+Blue) = 193+212+179=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 179 (70.31% from 255 or 30.65% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D4B3 is #3E2B4C. Grayscale: #CACACA. Windows color (decimal): -4074317 or 11785409. OLE color: 11785409.
HSL color Cylindrical-coordinate representation of color #C1D4B3: hue angle of 94.55º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1D4B3 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 212 | 179 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.17 |
| HSL | 94.55º | 0.28% | 0.77% | - |
| HSV(B) | 94.55º | 0.16% | 0.83% | - |
| XYZ | 53.67 | 61.68 | 51.72 | - |
| YUV | 202.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 212 | 179 | 0.09 | 0 | 0.16 | 0.17 | 94.55 | 0.28 | 0.77 |
| Hex | C1 | D4 | B3 | 9 | 0 | 10 | 11 | 5F | 1C | 4D |
| Octal | 301 | 324 | 263 | 11 | 0 | 20 | 21 | 137 | 34 | 115 |
| Binary | 11000001 | 11010100 | 10110011 | 1001 | 0 | 10000 | 10001 | 1011111 | 11100 | 1001101 |
Color Harmonies of #C1D4B3
Complementary color
Monochromatic Colors of #C1D4B3
Black with #C1D4B3
Text Example
Text Example
White with #C1D4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D4B3; }
p { color: rgb(193,212,179); }
H1.HeaderClassName
{
color: #C1D4B3;
}
.AnyTagClassName
{
color: #C1D4B3;
}
</style>
background-color css
<style>
a { background-color: #C1D4B3; }
a { background-color: rgb(193,212,179); }
div.DivClassName
{
background-color: #C1D4B3;
}
.BgClassName
{
background-color: #C1D4B3;
}
</style>
border-color css
<style>
span { border-color: #C1D4B3; }
span { border-color: rgb(193,212,179); }
td.TdClassName
{
border-color: #C1D4B3;
}
.TagClassName
{
border-color: #C1D4B3;
}
</style>