Shades of Surf Crest #C2DCBD
Tints of Surf Crest #C2DCBD
RGB
CMYK
RGB Variations
Color information
#C2DCBD (or 0xC2DCBD) is known color: Surf Crest. HEX triplet: C2, DC and BD. RGB value is (194,220,189). Sum of RGB (Red+Green+Blue) = 194+220+189=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCBD is #3D2342. Grayscale: #D0D0D0. Windows color (decimal): -4006723 or 12442818. OLE color: 12442818.
HSL color Cylindrical-coordinate representation of color #C2DCBD: hue angle of 110.32º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2DCBD is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 189 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.14 |
| HSL | 110.32º | 0.31% | 0.8% | - |
| HSV(B) | 110.32º | 0.14% | 0.86% | - |
| XYZ | 57.03 | 66.33 | 57.94 | - |
| YUV | 208.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 189 | 0.12 | 0 | 0.14 | 0.14 | 110.32 | 0.31 | 0.8 |
| Hex | C2 | DC | BD | C | 0 | E | E | 6E | 1F | 50 |
| Octal | 302 | 334 | 275 | 14 | 0 | 16 | 16 | 156 | 37 | 120 |
| Binary | 11000010 | 11011100 | 10111101 | 1100 | 0 | 1110 | 1110 | 1101110 | 11111 | 1010000 |
Color Harmonies of #C2DCBD
Complementary color
Monochromatic Colors of #C2DCBD
Black with #C2DCBD
Text Example
Text Example
White with #C2DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCBD; }
p { color: rgb(194,220,189); }
H1.HeaderClassName
{
color: #C2DCBD;
}
.AnyTagClassName
{
color: #C2DCBD;
}
</style>
background-color css
<style>
a { background-color: #C2DCBD; }
a { background-color: rgb(194,220,189); }
div.DivClassName
{
background-color: #C2DCBD;
}
.BgClassName
{
background-color: #C2DCBD;
}
</style>
border-color css
<style>
span { border-color: #C2DCBD; }
span { border-color: rgb(194,220,189); }
td.TdClassName
{
border-color: #C2DCBD;
}
.TagClassName
{
border-color: #C2DCBD;
}
</style>