Shades of Surf Crest #C3DCB7
Tints of Surf Crest #C3DCB7
RGB
CMYK
RGB Variations
Color information
#C3DCB7 (or 0xC3DCB7) is known color: Surf Crest. HEX triplet: C3, DC and B7. RGB value is (195,220,183). Sum of RGB (Red+Green+Blue) = 195+220+183=598 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.61% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 183 (71.88% from 255 or 30.60% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCB7 is #3C2348. Grayscale: #D0D0D0. Windows color (decimal): -3941193 or 12049603. OLE color: 12049603.
HSL color Cylindrical-coordinate representation of color #C3DCB7: hue angle of 100.54º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3DCB7 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 195 | 220 | 183 | - |
CMYK | 0.11 | 0 | 0.17 | 0.14 |
HSL | 100.54º | 0.35% | 0.79% | - |
HSV(B) | 100.54º | 0.17% | 0.86% | - |
XYZ | 56.65 | 66.21 | 54.59 | - |
YUV | 208.31 | 113.72 | 118.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 220 | 183 | 0.11 | 0 | 0.17 | 0.14 | 100.54 | 0.35 | 0.79 |
Hex | C3 | DC | B7 | B | 0 | 11 | E | 65 | 23 | 4F |
Octal | 303 | 334 | 267 | 13 | 0 | 21 | 16 | 145 | 43 | 117 |
Binary | 11000011 | 11011100 | 10110111 | 1011 | 0 | 10001 | 1110 | 1100101 | 100011 | 1001111 |
Color Harmonies of #C3DCB7
Complementary color
Monochromatic Colors of #C3DCB7
Black with #C3DCB7
Text Example
Text Example
White with #C3DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCB7; }
p { color: rgb(195,220,183); }
H1.HeaderClassName
{
color: #C3DCB7;
}
.AnyTagClassName
{
color: #C3DCB7;
}
</style>
background-color css
<style>
a { background-color: #C3DCB7; }
a { background-color: rgb(195,220,183); }
div.DivClassName
{
background-color: #C3DCB7;
}
.BgClassName
{
background-color: #C3DCB7;
}
</style>
border-color css
<style>
span { border-color: #C3DCB7; }
span { border-color: rgb(195,220,183); }
td.TdClassName
{
border-color: #C3DCB7;
}
.TagClassName
{
border-color: #C3DCB7;
}
</style>