Shades of Surf Crest #C6DEC2
Tints of Surf Crest #C6DEC2
RGB
CMYK
RGB Variations
Color information
#C6DEC2 (or 0xC6DEC2) is known color: Surf Crest. HEX triplet: C6, DE and C2. RGB value is (198,222,194). Sum of RGB (Red+Green+Blue) = 198+222+194=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #C6DEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DEC2 is #39213D. Grayscale: #D3D3D3. Windows color (decimal): -3744062 or 12771014. OLE color: 12771014.
HSL color Cylindrical-coordinate representation of color #C6DEC2: hue angle of 111.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6DEC2 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 222 | 194 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.13 |
| HSL | 111.43º | 0.3% | 0.82% | - |
| HSV(B) | 111.43º | 0.13% | 0.87% | - |
| XYZ | 59.15 | 68.14 | 61.07 | - |
| YUV | 211.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 222 | 194 | 0.11 | 0 | 0.13 | 0.13 | 111.43 | 0.3 | 0.82 |
| Hex | C6 | DE | C2 | B | 0 | D | D | 6F | 1E | 52 |
| Octal | 306 | 336 | 302 | 13 | 0 | 15 | 15 | 157 | 36 | 122 |
| Binary | 11000110 | 11011110 | 11000010 | 1011 | 0 | 1101 | 1101 | 1101111 | 11110 | 1010010 |
Color Harmonies of #C6DEC2
Complementary color
Monochromatic Colors of #C6DEC2
Black with #C6DEC2
Text Example
Text Example
White with #C6DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DEC2; }
p { color: rgb(198,222,194); }
H1.HeaderClassName
{
color: #C6DEC2;
}
.AnyTagClassName
{
color: #C6DEC2;
}
</style>
background-color css
<style>
a { background-color: #C6DEC2; }
a { background-color: rgb(198,222,194); }
div.DivClassName
{
background-color: #C6DEC2;
}
.BgClassName
{
background-color: #C6DEC2;
}
</style>
border-color css
<style>
span { border-color: #C6DEC2; }
span { border-color: rgb(198,222,194); }
td.TdClassName
{
border-color: #C6DEC2;
}
.TagClassName
{
border-color: #C6DEC2;
}
</style>