Shades of Surf Crest #C2D5BB
Tints of Surf Crest #C2D5BB
RGB
CMYK
RGB Variations
Color information
#C2D5BB (or 0xC2D5BB) is known color: Surf Crest. HEX triplet: C2, D5 and BB. RGB value is (194,213,187). Sum of RGB (Red+Green+Blue) = 194+213+187=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5BB is #3D2A44. Grayscale: #CCCCCC. Windows color (decimal): -4008517 or 12309954. OLE color: 12309954.
HSL color Cylindrical-coordinate representation of color #C2D5BB: hue angle of 103.85º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D5BB is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 187 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.16 |
| HSL | 103.85º | 0.24% | 0.78% | - |
| HSV(B) | 103.85º | 0.12% | 0.84% | - |
| XYZ | 55.01 | 62.65 | 56.21 | - |
| YUV | 204.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 187 | 0.09 | 0 | 0.12 | 0.16 | 103.85 | 0.24 | 0.78 |
| Hex | C2 | D5 | BB | 9 | 0 | C | 10 | 68 | 18 | 4E |
| Octal | 302 | 325 | 273 | 11 | 0 | 14 | 20 | 150 | 30 | 116 |
| Binary | 11000010 | 11010101 | 10111011 | 1001 | 0 | 1100 | 10000 | 1101000 | 11000 | 1001110 |
Color Harmonies of #C2D5BB
Complementary color
Monochromatic Colors of #C2D5BB
Black with #C2D5BB
Text Example
Text Example
White with #C2D5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D5BB; }
p { color: rgb(194,213,187); }
H1.HeaderClassName
{
color: #C2D5BB;
}
.AnyTagClassName
{
color: #C2D5BB;
}
</style>
background-color css
<style>
a { background-color: #C2D5BB; }
a { background-color: rgb(194,213,187); }
div.DivClassName
{
background-color: #C2D5BB;
}
.BgClassName
{
background-color: #C2D5BB;
}
</style>
border-color css
<style>
span { border-color: #C2D5BB; }
span { border-color: rgb(194,213,187); }
td.TdClassName
{
border-color: #C2D5BB;
}
.TagClassName
{
border-color: #C2D5BB;
}
</style>