Shades of Surf Crest #C1DDBF
Tints of Surf Crest #C1DDBF
RGB
CMYK
RGB Variations
Color information
#C1DDBF (or 0xC1DDBF) is known color: Surf Crest. HEX triplet: C1, DD and BF. RGB value is (193,221,191). Sum of RGB (Red+Green+Blue) = 193+221+191=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDBF is #3E2240. Grayscale: #D1D1D1. Windows color (decimal): -4072001 or 12574145. OLE color: 12574145.
HSL color Cylindrical-coordinate representation of color #C1DDBF: hue angle of 116º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1DDBF is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 193 | 221 | 191 | - |
CMYK | 0.13 | 0 | 0.14 | 0.13 |
HSL | 116º | 0.31% | 0.81% | - |
HSV(B) | 116º | 0.14% | 0.87% | - |
XYZ | 57.25 | 66.81 | 59.17 | - |
YUV | 209.21 | 117.72 | 116.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 221 | 191 | 0.13 | 0 | 0.14 | 0.13 | 116 | 0.31 | 0.81 |
Hex | C1 | DD | BF | D | 0 | E | D | 74 | 1F | 51 |
Octal | 301 | 335 | 277 | 15 | 0 | 16 | 15 | 164 | 37 | 121 |
Binary | 11000001 | 11011101 | 10111111 | 1101 | 0 | 1110 | 1101 | 1110100 | 11111 | 1010001 |
Color Harmonies of #C1DDBF
Complementary color
Monochromatic Colors of #C1DDBF
Black with #C1DDBF
Text Example
Text Example
White with #C1DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DDBF; }
p { color: rgb(193,221,191); }
H1.HeaderClassName
{
color: #C1DDBF;
}
.AnyTagClassName
{
color: #C1DDBF;
}
</style>
background-color css
<style>
a { background-color: #C1DDBF; }
a { background-color: rgb(193,221,191); }
div.DivClassName
{
background-color: #C1DDBF;
}
.BgClassName
{
background-color: #C1DDBF;
}
</style>
border-color css
<style>
span { border-color: #C1DDBF; }
span { border-color: rgb(193,221,191); }
td.TdClassName
{
border-color: #C1DDBF;
}
.TagClassName
{
border-color: #C1DDBF;
}
</style>