Shades of Surf Crest #C1DDBD
Tints of Surf Crest #C1DDBD
RGB
CMYK
RGB Variations
Color information
#C1DDBD (or 0xC1DDBD) is known color: Surf Crest. HEX triplet: C1, DD and BD. RGB value is (193,221,189). Sum of RGB (Red+Green+Blue) = 193+221+189=603 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.01% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDBD is #3E2242. Grayscale: #D1D1D1. Windows color (decimal): -4072003 or 12443073. OLE color: 12443073.
HSL color Cylindrical-coordinate representation of color #C1DDBD: hue angle of 112.5º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1DDBD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 193 | 221 | 189 | - |
CMYK | 0.13 | 0 | 0.14 | 0.13 |
HSL | 112.5º | 0.32% | 0.8% | - |
HSV(B) | 112.5º | 0.14% | 0.87% | - |
XYZ | 57.03 | 66.72 | 58.02 | - |
YUV | 208.98 | 116.72 | 116.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 221 | 189 | 0.13 | 0 | 0.14 | 0.13 | 112.5 | 0.32 | 0.8 |
Hex | C1 | DD | BD | D | 0 | E | D | 70 | 20 | 50 |
Octal | 301 | 335 | 275 | 15 | 0 | 16 | 15 | 160 | 40 | 120 |
Binary | 11000001 | 11011101 | 10111101 | 1101 | 0 | 1110 | 1101 | 1110000 | 100000 | 1010000 |
Color Harmonies of #C1DDBD
Complementary color
Monochromatic Colors of #C1DDBD
Black with #C1DDBD
Text Example
Text Example
White with #C1DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDBD; }
p { color: rgb(193,221,189); }
H1.HeaderClassName
{
color: #C1DDBD;
}
.AnyTagClassName
{
color: #C1DDBD;
}
</style>
background-color css
<style>
a { background-color: #C1DDBD; }
a { background-color: rgb(193,221,189); }
div.DivClassName
{
background-color: #C1DDBD;
}
.BgClassName
{
background-color: #C1DDBD;
}
</style>
border-color css
<style>
span { border-color: #C1DDBD; }
span { border-color: rgb(193,221,189); }
td.TdClassName
{
border-color: #C1DDBD;
}
.TagClassName
{
border-color: #C1DDBD;
}
</style>