Shades of Surf Crest #C2D1B8
Tints of Surf Crest #C2D1B8
RGB
CMYK
RGB Variations
Color information
#C2D1B8 (or 0xC2D1B8) is known color: Surf Crest. HEX triplet: C2, D1 and B8. RGB value is (194,209,184). Sum of RGB (Red+Green+Blue) = 194+209+184=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D1B8 is #3D2E47. Grayscale: #C9C9C9. Windows color (decimal): -4009544 or 12112322. OLE color: 12112322.
HSL color Cylindrical-coordinate representation of color #C2D1B8: hue angle of 96º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D1B8 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 184 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.18 |
| HSL | 96º | 0.21% | 0.77% | - |
| HSV(B) | 96º | 0.12% | 0.82% | - |
| XYZ | 53.7 | 60.53 | 54.2 | - |
| YUV | 201.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 184 | 0.07 | 0 | 0.12 | 0.18 | 96 | 0.21 | 0.77 |
| Hex | C2 | D1 | B8 | 7 | 0 | C | 12 | 60 | 15 | 4D |
| Octal | 302 | 321 | 270 | 7 | 0 | 14 | 22 | 140 | 25 | 115 |
| Binary | 11000010 | 11010001 | 10111000 | 111 | 0 | 1100 | 10010 | 1100000 | 10101 | 1001101 |
Color Harmonies of #C2D1B8
Complementary color
Monochromatic Colors of #C2D1B8
Black with #C2D1B8
Text Example
Text Example
White with #C2D1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D1B8; }
p { color: rgb(194,209,184); }
H1.HeaderClassName
{
color: #C2D1B8;
}
.AnyTagClassName
{
color: #C2D1B8;
}
</style>
background-color css
<style>
a { background-color: #C2D1B8; }
a { background-color: rgb(194,209,184); }
div.DivClassName
{
background-color: #C2D1B8;
}
.BgClassName
{
background-color: #C2D1B8;
}
</style>
border-color css
<style>
span { border-color: #C2D1B8; }
span { border-color: rgb(194,209,184); }
td.TdClassName
{
border-color: #C2D1B8;
}
.TagClassName
{
border-color: #C2D1B8;
}
</style>