Shades of Surf Crest #C8DDBE
Tints of Surf Crest #C8DDBE
RGB
CMYK
RGB Variations
Color information
#C8DDBE (or 0xC8DDBE) is known color: Surf Crest. HEX triplet: C8, DD and BE. RGB value is (200,221,190). Sum of RGB (Red+Green+Blue) = 200+221+190=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DDBE is #372241. Grayscale: #D3D3D3. Windows color (decimal): -3613250 or 12508616. OLE color: 12508616.
HSL color Cylindrical-coordinate representation of color #C8DDBE: hue angle of 100.65º 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 #C8DDBE is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 200 | 221 | 190 | - |
CMYK | 0.10 | 0 | 0.14 | 0.13 |
HSL | 100.65º | 0.31% | 0.81% | - |
HSV(B) | 100.65º | 0.14% | 0.87% | - |
XYZ | 58.97 | 67.71 | 58.68 | - |
YUV | 211.19 | 116.04 | 120.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 221 | 190 | 0.10 | 0 | 0.14 | 0.13 | 100.65 | 0.31 | 0.81 |
Hex | C8 | DD | BE | A | 0 | E | D | 65 | 1F | 51 |
Octal | 310 | 335 | 276 | 12 | 0 | 16 | 15 | 145 | 37 | 121 |
Binary | 11001000 | 11011101 | 10111110 | 1010 | 0 | 1110 | 1101 | 1100101 | 11111 | 1010001 |
Color Harmonies of #C8DDBE
Complementary color
Monochromatic Colors of #C8DDBE
Black with #C8DDBE
Text Example
Text Example
White with #C8DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DDBE; }
p { color: rgb(200,221,190); }
H1.HeaderClassName
{
color: #C8DDBE;
}
.AnyTagClassName
{
color: #C8DDBE;
}
</style>
background-color css
<style>
a { background-color: #C8DDBE; }
a { background-color: rgb(200,221,190); }
div.DivClassName
{
background-color: #C8DDBE;
}
.BgClassName
{
background-color: #C8DDBE;
}
</style>
border-color css
<style>
span { border-color: #C8DDBE; }
span { border-color: rgb(200,221,190); }
td.TdClassName
{
border-color: #C8DDBE;
}
.TagClassName
{
border-color: #C8DDBE;
}
</style>