Shades of Surf Crest #C2D6B4
Tints of Surf Crest #C2D6B4
RGB
CMYK
RGB Variations
Color information
#C2D6B4 (or 0xC2D6B4) is known color: Surf Crest. HEX triplet: C2, D6 and B4. RGB value is (194,214,180). Sum of RGB (Red+Green+Blue) = 194+214+180=588 (77% of max value = 765). Red value is 194 (76.17% from 255 or 32.99% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D6B4 is #3D294B. Grayscale: #CCCCCC. Windows color (decimal): -4008268 or 11851458. OLE color: 11851458.
HSL color Cylindrical-coordinate representation of color #C2D6B4: hue angle of 95.29º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2D6B4 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 180 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.16 |
| HSL | 95.29º | 0.29% | 0.77% | - |
| HSV(B) | 95.29º | 0.16% | 0.84% | - |
| XYZ | 54.53 | 62.86 | 52.44 | - |
| YUV | 204.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 180 | 0.09 | 0 | 0.16 | 0.16 | 95.29 | 0.29 | 0.77 |
| Hex | C2 | D6 | B4 | 9 | 0 | 10 | 10 | 5F | 1D | 4D |
| Octal | 302 | 326 | 264 | 11 | 0 | 20 | 20 | 137 | 35 | 115 |
| Binary | 11000010 | 11010110 | 10110100 | 1001 | 0 | 10000 | 10000 | 1011111 | 11101 | 1001101 |
Color Harmonies of #C2D6B4
Complementary color
Monochromatic Colors of #C2D6B4
Black with #C2D6B4
Text Example
Text Example
White with #C2D6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D6B4; }
p { color: rgb(194,214,180); }
H1.HeaderClassName
{
color: #C2D6B4;
}
.AnyTagClassName
{
color: #C2D6B4;
}
</style>
background-color css
<style>
a { background-color: #C2D6B4; }
a { background-color: rgb(194,214,180); }
div.DivClassName
{
background-color: #C2D6B4;
}
.BgClassName
{
background-color: #C2D6B4;
}
</style>
border-color css
<style>
span { border-color: #C2D6B4; }
span { border-color: rgb(194,214,180); }
td.TdClassName
{
border-color: #C2D6B4;
}
.TagClassName
{
border-color: #C2D6B4;
}
</style>