Shades of Surf Crest #C2DCB5
Tints of Surf Crest #C2DCB5
RGB
CMYK
RGB Variations
Color information
#C2DCB5 (or 0xC2DCB5) is known color: Surf Crest. HEX triplet: C2, DC and B5. RGB value is (194,220,181). Sum of RGB (Red+Green+Blue) = 194+220+181=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCB5 is #3D234A. Grayscale: #CFCFCF. Windows color (decimal): -4006731 or 11918530. OLE color: 11918530.
HSL color Cylindrical-coordinate representation of color #C2DCB5: hue angle of 100º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2DCB5 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 181 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.14 |
| HSL | 100º | 0.36% | 0.79% | - |
| HSV(B) | 100º | 0.18% | 0.86% | - |
| XYZ | 56.18 | 65.99 | 53.49 | - |
| YUV | 207.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 181 | 0.12 | 0 | 0.18 | 0.14 | 100 | 0.36 | 0.79 |
| Hex | C2 | DC | B5 | C | 0 | 12 | E | 64 | 24 | 4F |
| Octal | 302 | 334 | 265 | 14 | 0 | 22 | 16 | 144 | 44 | 117 |
| Binary | 11000010 | 11011100 | 10110101 | 1100 | 0 | 10010 | 1110 | 1100100 | 100100 | 1001111 |
Color Harmonies of #C2DCB5
Complementary color
Monochromatic Colors of #C2DCB5
Black with #C2DCB5
Text Example
Text Example
White with #C2DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCB5; }
p { color: rgb(194,220,181); }
H1.HeaderClassName
{
color: #C2DCB5;
}
.AnyTagClassName
{
color: #C2DCB5;
}
</style>
background-color css
<style>
a { background-color: #C2DCB5; }
a { background-color: rgb(194,220,181); }
div.DivClassName
{
background-color: #C2DCB5;
}
.BgClassName
{
background-color: #C2DCB5;
}
</style>
border-color css
<style>
span { border-color: #C2DCB5; }
span { border-color: rgb(194,220,181); }
td.TdClassName
{
border-color: #C2DCB5;
}
.TagClassName
{
border-color: #C2DCB5;
}
</style>