Shades of Surf Crest #C5DDC2
Tints of Surf Crest #C5DDC2
RGB
CMYK
RGB Variations
Color information
#C5DDC2 (or 0xC5DDC2) is known color: Surf Crest. HEX triplet: C5, DD and C2. RGB value is (197,221,194). Sum of RGB (Red+Green+Blue) = 197+221+194=612 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.19% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDC2 is #3A223D. Grayscale: #D2D2D2. Windows color (decimal): -3809854 or 12770757. OLE color: 12770757.
HSL color Cylindrical-coordinate representation of color #C5DDC2: hue angle of 113.33º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DDC2 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 194 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.13 |
| HSL | 113.33º | 0.28% | 0.81% | - |
| HSV(B) | 113.33º | 0.12% | 0.87% | - |
| XYZ | 58.62 | 67.48 | 60.97 | - |
| YUV | 210.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 194 | 0.11 | 0 | 0.12 | 0.13 | 113.33 | 0.28 | 0.81 |
| Hex | C5 | DD | C2 | B | 0 | C | D | 71 | 1C | 51 |
| Octal | 305 | 335 | 302 | 13 | 0 | 14 | 15 | 161 | 34 | 121 |
| Binary | 11000101 | 11011101 | 11000010 | 1011 | 0 | 1100 | 1101 | 1110001 | 11100 | 1010001 |
Color Harmonies of #C5DDC2
Complementary color
Monochromatic Colors of #C5DDC2
Black with #C5DDC2
Text Example
Text Example
White with #C5DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDC2; }
p { color: rgb(197,221,194); }
H1.HeaderClassName
{
color: #C5DDC2;
}
.AnyTagClassName
{
color: #C5DDC2;
}
</style>
background-color css
<style>
a { background-color: #C5DDC2; }
a { background-color: rgb(197,221,194); }
div.DivClassName
{
background-color: #C5DDC2;
}
.BgClassName
{
background-color: #C5DDC2;
}
</style>
border-color css
<style>
span { border-color: #C5DDC2; }
span { border-color: rgb(197,221,194); }
td.TdClassName
{
border-color: #C5DDC2;
}
.TagClassName
{
border-color: #C5DDC2;
}
</style>