Shades of Surf Crest #C3D6BD
Tints of Surf Crest #C3D6BD
RGB
CMYK
RGB Variations
Color information
#C3D6BD (or 0xC3D6BD) is known color: Surf Crest. HEX triplet: C3, D6 and BD. RGB value is (195,214,189). Sum of RGB (Red+Green+Blue) = 195+214+189=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 214 (83.98% from 255 or 35.79% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D6BD is #3C2942. Grayscale: #CDCDCD. Windows color (decimal): -3942723 or 12441283. OLE color: 12441283.
HSL color Cylindrical-coordinate representation of color #C3D6BD: hue angle of 105.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3D6BD is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
RGB | 195 | 214 | 189 | - |
CMYK | 0.09 | 0 | 0.12 | 0.16 |
HSL | 105.6º | 0.23% | 0.79% | - |
HSV(B) | 105.6º | 0.12% | 0.84% | - |
XYZ | 55.74 | 63.37 | 57.44 | - |
YUV | 205.47 | 118.71 | 120.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 214 | 189 | 0.09 | 0 | 0.12 | 0.16 | 105.6 | 0.23 | 0.79 |
Hex | C3 | D6 | BD | 9 | 0 | C | 10 | 6A | 17 | 4F |
Octal | 303 | 326 | 275 | 11 | 0 | 14 | 20 | 152 | 27 | 117 |
Binary | 11000011 | 11010110 | 10111101 | 1001 | 0 | 1100 | 10000 | 1101010 | 10111 | 1001111 |
Color Harmonies of #C3D6BD
Complementary color
Monochromatic Colors of #C3D6BD
Black with #C3D6BD
Text Example
Text Example
White with #C3D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D6BD; }
p { color: rgb(195,214,189); }
H1.HeaderClassName
{
color: #C3D6BD;
}
.AnyTagClassName
{
color: #C3D6BD;
}
</style>
background-color css
<style>
a { background-color: #C3D6BD; }
a { background-color: rgb(195,214,189); }
div.DivClassName
{
background-color: #C3D6BD;
}
.BgClassName
{
background-color: #C3D6BD;
}
</style>
border-color css
<style>
span { border-color: #C3D6BD; }
span { border-color: rgb(195,214,189); }
td.TdClassName
{
border-color: #C3D6BD;
}
.TagClassName
{
border-color: #C3D6BD;
}
</style>