Shades of Surf Crest #C2D3BD
Tints of Surf Crest #C2D3BD
RGB
CMYK
RGB Variations
Color information
#C2D3BD (or 0xC2D3BD) is known color: Surf Crest. HEX triplet: C2, D3 and BD. RGB value is (194,211,189). Sum of RGB (Red+Green+Blue) = 194+211+189=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3BD is #3D2C42. Grayscale: #CBCBCB. Windows color (decimal): -4009027 or 12440514. OLE color: 12440514.
HSL color Cylindrical-coordinate representation of color #C2D3BD: hue angle of 106.36º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2D3BD is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 189 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.17 |
| HSL | 106.36º | 0.2% | 0.78% | - |
| HSV(B) | 106.36º | 0.1% | 0.83% | - |
| XYZ | 54.73 | 61.73 | 57.18 | - |
| YUV | 203.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 189 | 0.08 | 0 | 0.10 | 0.17 | 106.36 | 0.2 | 0.78 |
| Hex | C2 | D3 | BD | 8 | 0 | A | 11 | 6A | 14 | 4E |
| Octal | 302 | 323 | 275 | 10 | 0 | 12 | 21 | 152 | 24 | 116 |
| Binary | 11000010 | 11010011 | 10111101 | 1000 | 0 | 1010 | 10001 | 1101010 | 10100 | 1001110 |
Color Harmonies of #C2D3BD
Complementary color
Monochromatic Colors of #C2D3BD
Black with #C2D3BD
Text Example
Text Example
White with #C2D3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D3BD; }
p { color: rgb(194,211,189); }
H1.HeaderClassName
{
color: #C2D3BD;
}
.AnyTagClassName
{
color: #C2D3BD;
}
</style>
background-color css
<style>
a { background-color: #C2D3BD; }
a { background-color: rgb(194,211,189); }
div.DivClassName
{
background-color: #C2D3BD;
}
.BgClassName
{
background-color: #C2D3BD;
}
</style>
border-color css
<style>
span { border-color: #C2D3BD; }
span { border-color: rgb(194,211,189); }
td.TdClassName
{
border-color: #C2D3BD;
}
.TagClassName
{
border-color: #C2D3BD;
}
</style>