Shades of Surf Crest #C2DDB8
Tints of Surf Crest #C2DDB8
RGB
CMYK
RGB Variations
Color information
#C2DDB8 (or 0xC2DDB8) is known color: Surf Crest. HEX triplet: C2, DD and B8. RGB value is (194,221,184). Sum of RGB (Red+Green+Blue) = 194+221+184=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDB8 is #3D2247. Grayscale: #D0D0D0. Windows color (decimal): -4006472 or 12115394. OLE color: 12115394.
HSL color Cylindrical-coordinate representation of color #C2DDB8: hue angle of 103.78º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DDB8 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 184 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.13 |
| HSL | 103.78º | 0.35% | 0.79% | - |
| HSV(B) | 103.78º | 0.17% | 0.87% | - |
| XYZ | 56.76 | 66.64 | 55.22 | - |
| YUV | 208.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 184 | 0.12 | 0 | 0.17 | 0.13 | 103.78 | 0.35 | 0.79 |
| Hex | C2 | DD | B8 | C | 0 | 11 | D | 68 | 23 | 4F |
| Octal | 302 | 335 | 270 | 14 | 0 | 21 | 15 | 150 | 43 | 117 |
| Binary | 11000010 | 11011101 | 10111000 | 1100 | 0 | 10001 | 1101 | 1101000 | 100011 | 1001111 |
Color Harmonies of #C2DDB8
Complementary color
Monochromatic Colors of #C2DDB8
Black with #C2DDB8
Text Example
Text Example
White with #C2DDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDB8; }
p { color: rgb(194,221,184); }
H1.HeaderClassName
{
color: #C2DDB8;
}
.AnyTagClassName
{
color: #C2DDB8;
}
</style>
background-color css
<style>
a { background-color: #C2DDB8; }
a { background-color: rgb(194,221,184); }
div.DivClassName
{
background-color: #C2DDB8;
}
.BgClassName
{
background-color: #C2DDB8;
}
</style>
border-color css
<style>
span { border-color: #C2DDB8; }
span { border-color: rgb(194,221,184); }
td.TdClassName
{
border-color: #C2DDB8;
}
.TagClassName
{
border-color: #C2DDB8;
}
</style>