Shades of Surf Crest #C8D2C3
Tints of Surf Crest #C8D2C3
RGB
CMYK
RGB Variations
Color information
#C8D2C3 (or 0xC8D2C3) is known color: Surf Crest. HEX triplet: C8, D2 and C3. RGB value is (200,210,195). Sum of RGB (Red+Green+Blue) = 200+210+195=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2C3 is #372D3C. Grayscale: #CDCDCD. Windows color (decimal): -3616061 or 12833480. OLE color: 12833480.
HSL color Cylindrical-coordinate representation of color #C8D2C3: hue angle of 100º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8D2C3 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 195 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.18 |
| HSL | 100º | 0.14% | 0.79% | - |
| HSV(B) | 100º | 0.07% | 0.82% | - |
| XYZ | 56.72 | 62.31 | 60.67 | - |
| YUV | 205.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 195 | 0.05 | 0 | 0.07 | 0.18 | 100 | 0.14 | 0.79 |
| Hex | C8 | D2 | C3 | 5 | 0 | 7 | 12 | 64 | E | 4F |
| Octal | 310 | 322 | 303 | 5 | 0 | 7 | 22 | 144 | 16 | 117 |
| Binary | 11001000 | 11010010 | 11000011 | 101 | 0 | 111 | 10010 | 1100100 | 1110 | 1001111 |
Color Harmonies of #C8D2C3
Complementary color
Monochromatic Colors of #C8D2C3
Black with #C8D2C3
Text Example
Text Example
White with #C8D2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2C3; }
p { color: rgb(200,210,195); }
H1.HeaderClassName
{
color: #C8D2C3;
}
.AnyTagClassName
{
color: #C8D2C3;
}
</style>
background-color css
<style>
a { background-color: #C8D2C3; }
a { background-color: rgb(200,210,195); }
div.DivClassName
{
background-color: #C8D2C3;
}
.BgClassName
{
background-color: #C8D2C3;
}
</style>
border-color css
<style>
span { border-color: #C8D2C3; }
span { border-color: rgb(200,210,195); }
td.TdClassName
{
border-color: #C8D2C3;
}
.TagClassName
{
border-color: #C8D2C3;
}
</style>