Shades of Surf Crest #C8DBBF
Tints of Surf Crest #C8DBBF
RGB
CMYK
RGB Variations
Color information
#C8DBBF (or 0xC8DBBF) is known color: Surf Crest. HEX triplet: C8, DB and BF. RGB value is (200,219,191). Sum of RGB (Red+Green+Blue) = 200+219+191=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBBF is #372440. Grayscale: #D2D2D2. Windows color (decimal): -3613761 or 12573640. OLE color: 12573640.
HSL color Cylindrical-coordinate representation of color #C8DBBF: hue angle of 100.71º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8DBBF is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 219 | 191 | - |
CMYK | 0.09 | 0 | 0.13 | 0.14 |
HSL | 100.71º | 0.28% | 0.8% | - |
HSV(B) | 100.71º | 0.13% | 0.86% | - |
XYZ | 58.55 | 66.7 | 59.08 | - |
YUV | 210.13 | 117.21 | 120.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 219 | 191 | 0.09 | 0 | 0.13 | 0.14 | 100.71 | 0.28 | 0.8 |
Hex | C8 | DB | BF | 9 | 0 | D | E | 65 | 1C | 50 |
Octal | 310 | 333 | 277 | 11 | 0 | 15 | 16 | 145 | 34 | 120 |
Binary | 11001000 | 11011011 | 10111111 | 1001 | 0 | 1101 | 1110 | 1100101 | 11100 | 1010000 |
Color Harmonies of #C8DBBF
Complementary color
Monochromatic Colors of #C8DBBF
Black with #C8DBBF
Text Example
Text Example
White with #C8DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBBF; }
p { color: rgb(200,219,191); }
H1.HeaderClassName
{
color: #C8DBBF;
}
.AnyTagClassName
{
color: #C8DBBF;
}
</style>
background-color css
<style>
a { background-color: #C8DBBF; }
a { background-color: rgb(200,219,191); }
div.DivClassName
{
background-color: #C8DBBF;
}
.BgClassName
{
background-color: #C8DBBF;
}
</style>
border-color css
<style>
span { border-color: #C8DBBF; }
span { border-color: rgb(200,219,191); }
td.TdClassName
{
border-color: #C8DBBF;
}
.TagClassName
{
border-color: #C8DBBF;
}
</style>