Shades of Surf Crest #C6DDB9
Tints of Surf Crest #C6DDB9
RGB
CMYK
RGB Variations
Color information
#C6DDB9 (or 0xC6DDB9) is known color: Surf Crest. HEX triplet: C6, DD and B9. RGB value is (198,221,185). Sum of RGB (Red+Green+Blue) = 198+221+185=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DDB9 is #392246. Grayscale: #D2D2D2. Windows color (decimal): -3744327 or 12180934. OLE color: 12180934.
HSL color Cylindrical-coordinate representation of color #C6DDB9: hue angle of 98.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6DDB9 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 198 | 221 | 185 | - |
CMYK | 0.10 | 0 | 0.16 | 0.13 |
HSL | 98.33º | 0.35% | 0.8% | - |
HSV(B) | 98.33º | 0.16% | 0.87% | - |
XYZ | 57.9 | 67.22 | 55.82 | - |
YUV | 210.02 | 113.88 | 119.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 221 | 185 | 0.10 | 0 | 0.16 | 0.13 | 98.33 | 0.35 | 0.8 |
Hex | C6 | DD | B9 | A | 0 | 10 | D | 62 | 23 | 50 |
Octal | 306 | 335 | 271 | 12 | 0 | 20 | 15 | 142 | 43 | 120 |
Binary | 11000110 | 11011101 | 10111001 | 1010 | 0 | 10000 | 1101 | 1100010 | 100011 | 1010000 |
Color Harmonies of #C6DDB9
Complementary color
Monochromatic Colors of #C6DDB9
Black with #C6DDB9
Text Example
Text Example
White with #C6DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DDB9; }
p { color: rgb(198,221,185); }
H1.HeaderClassName
{
color: #C6DDB9;
}
.AnyTagClassName
{
color: #C6DDB9;
}
</style>
background-color css
<style>
a { background-color: #C6DDB9; }
a { background-color: rgb(198,221,185); }
div.DivClassName
{
background-color: #C6DDB9;
}
.BgClassName
{
background-color: #C6DDB9;
}
</style>
border-color css
<style>
span { border-color: #C6DDB9; }
span { border-color: rgb(198,221,185); }
td.TdClassName
{
border-color: #C6DDB9;
}
.TagClassName
{
border-color: #C6DDB9;
}
</style>