Shades of Surf Crest #C2D5BD
Tints of Surf Crest #C2D5BD
RGB
CMYK
RGB Variations
Color information
#C2D5BD (or 0xC2D5BD) is known color: Surf Crest. HEX triplet: C2, D5 and BD. RGB value is (194,213,189). Sum of RGB (Red+Green+Blue) = 194+213+189=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5BD is #3D2A42. Grayscale: #CCCCCC. Windows color (decimal): -4008515 or 12441026. OLE color: 12441026.
HSL color Cylindrical-coordinate representation of color #C2D5BD: hue angle of 107.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D5BD is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 189 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.16 |
| HSL | 107.5º | 0.22% | 0.79% | - |
| HSV(B) | 107.5º | 0.11% | 0.84% | - |
| XYZ | 55.23 | 62.73 | 57.34 | - |
| YUV | 204.58 | 119.21 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 189 | 0.09 | 0 | 0.11 | 0.16 | 107.5 | 0.22 | 0.79 |
| Hex | C2 | D5 | BD | 9 | 0 | B | 10 | 6C | 16 | 4F |
| Octal | 302 | 325 | 275 | 11 | 0 | 13 | 20 | 154 | 26 | 117 |
| Binary | 11000010 | 11010101 | 10111101 | 1001 | 0 | 1011 | 10000 | 1101100 | 10110 | 1001111 |
Color Harmonies of #C2D5BD
Complementary color
Monochromatic Colors of #C2D5BD
Black with #C2D5BD
Text Example
Text Example
White with #C2D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D5BD; }
p { color: rgb(194,213,189); }
H1.HeaderClassName
{
color: #C2D5BD;
}
.AnyTagClassName
{
color: #C2D5BD;
}
</style>
background-color css
<style>
a { background-color: #C2D5BD; }
a { background-color: rgb(194,213,189); }
div.DivClassName
{
background-color: #C2D5BD;
}
.BgClassName
{
background-color: #C2D5BD;
}
</style>
border-color css
<style>
span { border-color: #C2D5BD; }
span { border-color: rgb(194,213,189); }
td.TdClassName
{
border-color: #C2D5BD;
}
.TagClassName
{
border-color: #C2D5BD;
}
</style>