Shades of Surf Crest #C6DBC4
Tints of Surf Crest #C6DBC4
RGB
CMYK
RGB Variations
Color information
#C6DBC4 (or 0xC6DBC4) is known color: Surf Crest. HEX triplet: C6, DB and C4. RGB value is (198,219,196). Sum of RGB (Red+Green+Blue) = 198+219+196=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #C6DBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DBC4 is #39243B. Grayscale: #D2D2D2. Windows color (decimal): -3744828 or 12901318. OLE color: 12901318.
HSL color Cylindrical-coordinate representation of color #C6DBC4: hue angle of 114.78º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6DBC4 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 219 | 196 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.14 |
| HSL | 114.78º | 0.24% | 0.81% | - |
| HSV(B) | 114.78º | 0.11% | 0.86% | - |
| XYZ | 58.58 | 66.65 | 62 | - |
| YUV | 210.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 196 | 0.10 | 0 | 0.11 | 0.14 | 114.78 | 0.24 | 0.81 |
| Hex | C6 | DB | C4 | A | 0 | B | E | 73 | 18 | 51 |
| Octal | 306 | 333 | 304 | 12 | 0 | 13 | 16 | 163 | 30 | 121 |
| Binary | 11000110 | 11011011 | 11000100 | 1010 | 0 | 1011 | 1110 | 1110011 | 11000 | 1010001 |
Color Harmonies of #C6DBC4
Complementary color
Monochromatic Colors of #C6DBC4
Black with #C6DBC4
Text Example
Text Example
White with #C6DBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBC4; }
p { color: rgb(198,219,196); }
H1.HeaderClassName
{
color: #C6DBC4;
}
.AnyTagClassName
{
color: #C6DBC4;
}
</style>
background-color css
<style>
a { background-color: #C6DBC4; }
a { background-color: rgb(198,219,196); }
div.DivClassName
{
background-color: #C6DBC4;
}
.BgClassName
{
background-color: #C6DBC4;
}
</style>
border-color css
<style>
span { border-color: #C6DBC4; }
span { border-color: rgb(198,219,196); }
td.TdClassName
{
border-color: #C6DBC4;
}
.TagClassName
{
border-color: #C6DBC4;
}
</style>