Shades of Surf Crest #C2DCB3
Tints of Surf Crest #C2DCB3
RGB
CMYK
RGB Variations
Color information
#C2DCB3 (or 0xC2DCB3) is known color: Surf Crest. HEX triplet: C2, DC and B3. RGB value is (194,220,179). Sum of RGB (Red+Green+Blue) = 194+220+179=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCB3 is #3D234C. Grayscale: #CFCFCF. Windows color (decimal): -4006733 or 11787458. OLE color: 11787458.
HSL color Cylindrical-coordinate representation of color #C2DCB3: hue angle of 98.05º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2DCB3 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 179 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.14 |
| HSL | 98.05º | 0.37% | 0.78% | - |
| HSV(B) | 98.05º | 0.19% | 0.86% | - |
| XYZ | 55.98 | 65.91 | 52.42 | - |
| YUV | 207.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 179 | 0.12 | 0 | 0.19 | 0.14 | 98.05 | 0.37 | 0.78 |
| Hex | C2 | DC | B3 | C | 0 | 13 | E | 62 | 25 | 4E |
| Octal | 302 | 334 | 263 | 14 | 0 | 23 | 16 | 142 | 45 | 116 |
| Binary | 11000010 | 11011100 | 10110011 | 1100 | 0 | 10011 | 1110 | 1100010 | 100101 | 1001110 |
Color Harmonies of #C2DCB3
Complementary color
Monochromatic Colors of #C2DCB3
Black with #C2DCB3
Text Example
Text Example
White with #C2DCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCB3; }
p { color: rgb(194,220,179); }
H1.HeaderClassName
{
color: #C2DCB3;
}
.AnyTagClassName
{
color: #C2DCB3;
}
</style>
background-color css
<style>
a { background-color: #C2DCB3; }
a { background-color: rgb(194,220,179); }
div.DivClassName
{
background-color: #C2DCB3;
}
.BgClassName
{
background-color: #C2DCB3;
}
</style>
border-color css
<style>
span { border-color: #C2DCB3; }
span { border-color: rgb(194,220,179); }
td.TdClassName
{
border-color: #C2DCB3;
}
.TagClassName
{
border-color: #C2DCB3;
}
</style>