Shades of Surf Crest #C2D1BF
Tints of Surf Crest #C2D1BF
RGB
CMYK
RGB Variations
Color information
#C2D1BF (or 0xC2D1BF) is known color: Surf Crest. HEX triplet: C2, D1 and BF. RGB value is (194,209,191). Sum of RGB (Red+Green+Blue) = 194+209+191=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D1BF is #3D2E40. Grayscale: #CACACA. Windows color (decimal): -4009537 or 12571074. OLE color: 12571074.
HSL color Cylindrical-coordinate representation of color #C2D1BF: hue angle of 110º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D1BF is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
RGB | 194 | 209 | 191 | - |
CMYK | 0.07 | 0 | 0.09 | 0.18 |
HSL | 110º | 0.16% | 0.78% | - |
HSV(B) | 110º | 0.09% | 0.82% | - |
XYZ | 54.45 | 60.83 | 58.16 | - |
YUV | 202.46 | 121.53 | 121.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 209 | 191 | 0.07 | 0 | 0.09 | 0.18 | 110 | 0.16 | 0.78 |
Hex | C2 | D1 | BF | 7 | 0 | 9 | 12 | 6E | 10 | 4E |
Octal | 302 | 321 | 277 | 7 | 0 | 11 | 22 | 156 | 20 | 116 |
Binary | 11000010 | 11010001 | 10111111 | 111 | 0 | 1001 | 10010 | 1101110 | 10000 | 1001110 |
Color Harmonies of #C2D1BF
Complementary color
Monochromatic Colors of #C2D1BF
Black with #C2D1BF
Text Example
Text Example
White with #C2D1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D1BF; }
p { color: rgb(194,209,191); }
H1.HeaderClassName
{
color: #C2D1BF;
}
.AnyTagClassName
{
color: #C2D1BF;
}
</style>
background-color css
<style>
a { background-color: #C2D1BF; }
a { background-color: rgb(194,209,191); }
div.DivClassName
{
background-color: #C2D1BF;
}
.BgClassName
{
background-color: #C2D1BF;
}
</style>
border-color css
<style>
span { border-color: #C2D1BF; }
span { border-color: rgb(194,209,191); }
td.TdClassName
{
border-color: #C2D1BF;
}
.TagClassName
{
border-color: #C2D1BF;
}
</style>