Shades of Surf Crest #C5D3C2
Tints of Surf Crest #C5D3C2
RGB
CMYK
RGB Variations
Color information
#C5D3C2 (or 0xC5D3C2) is known color: Surf Crest. HEX triplet: C5, D3 and C2. RGB value is (197,211,194). Sum of RGB (Red+Green+Blue) = 197+211+194=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D3C2 is #3A2C3D. Grayscale: #CCCCCC. Windows color (decimal): -3812414 or 12768197. OLE color: 12768197.
HSL color Cylindrical-coordinate representation of color #C5D3C2: hue angle of 109.41º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5D3C2 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 194 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.17 |
| HSL | 109.41º | 0.16% | 0.79% | - |
| HSV(B) | 109.41º | 0.08% | 0.83% | - |
| XYZ | 56.06 | 62.35 | 60.12 | - |
| YUV | 204.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 194 | 0.07 | 0 | 0.08 | 0.17 | 109.41 | 0.16 | 0.79 |
| Hex | C5 | D3 | C2 | 7 | 0 | 8 | 11 | 6D | 10 | 4F |
| Octal | 305 | 323 | 302 | 7 | 0 | 10 | 21 | 155 | 20 | 117 |
| Binary | 11000101 | 11010011 | 11000010 | 111 | 0 | 1000 | 10001 | 1101101 | 10000 | 1001111 |
Color Harmonies of #C5D3C2
Complementary color
Monochromatic Colors of #C5D3C2
Black with #C5D3C2
Text Example
Text Example
White with #C5D3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D3C2; }
p { color: rgb(197,211,194); }
H1.HeaderClassName
{
color: #C5D3C2;
}
.AnyTagClassName
{
color: #C5D3C2;
}
</style>
background-color css
<style>
a { background-color: #C5D3C2; }
a { background-color: rgb(197,211,194); }
div.DivClassName
{
background-color: #C5D3C2;
}
.BgClassName
{
background-color: #C5D3C2;
}
</style>
border-color css
<style>
span { border-color: #C5D3C2; }
span { border-color: rgb(197,211,194); }
td.TdClassName
{
border-color: #C5D3C2;
}
.TagClassName
{
border-color: #C5D3C2;
}
</style>