Shades of Surf Crest #C2D3BF
Tints of Surf Crest #C2D3BF
RGB
CMYK
RGB Variations
Color information
#C2D3BF (or 0xC2D3BF) is known color: Surf Crest. HEX triplet: C2, D3 and BF. RGB value is (194,211,191). Sum of RGB (Red+Green+Blue) = 194+211+191=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D3BF is #3D2C40. Grayscale: #CBCBCB. Windows color (decimal): -4009025 or 12571586. OLE color: 12571586.
HSL color Cylindrical-coordinate representation of color #C2D3BF: hue angle of 111º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2D3BF is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 191 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.17 |
| HSL | 111º | 0.19% | 0.79% | - |
| HSV(B) | 111º | 0.09% | 0.83% | - |
| XYZ | 54.95 | 61.82 | 58.33 | - |
| YUV | 203.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 191 | 0.08 | 0 | 0.09 | 0.17 | 111 | 0.19 | 0.79 |
| Hex | C2 | D3 | BF | 8 | 0 | 9 | 11 | 6F | 13 | 4F |
| Octal | 302 | 323 | 277 | 10 | 0 | 11 | 21 | 157 | 23 | 117 |
| Binary | 11000010 | 11010011 | 10111111 | 1000 | 0 | 1001 | 10001 | 1101111 | 10011 | 1001111 |
Color Harmonies of #C2D3BF
Complementary color
Monochromatic Colors of #C2D3BF
Black with #C2D3BF
Text Example
Text Example
White with #C2D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D3BF; }
p { color: rgb(194,211,191); }
H1.HeaderClassName
{
color: #C2D3BF;
}
.AnyTagClassName
{
color: #C2D3BF;
}
</style>
background-color css
<style>
a { background-color: #C2D3BF; }
a { background-color: rgb(194,211,191); }
div.DivClassName
{
background-color: #C2D3BF;
}
.BgClassName
{
background-color: #C2D3BF;
}
</style>
border-color css
<style>
span { border-color: #C2D3BF; }
span { border-color: rgb(194,211,191); }
td.TdClassName
{
border-color: #C2D3BF;
}
.TagClassName
{
border-color: #C2D3BF;
}
</style>