Shades of Surf Crest #C3DBBB
Tints of Surf Crest #C3DBBB
RGB
CMYK
RGB Variations
Color information
#C3DBBB (or 0xC3DBBB) is known color: Surf Crest. HEX triplet: C3, DB and BB. RGB value is (195,219,187). Sum of RGB (Red+Green+Blue) = 195+219+187=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DBBB is #3C2444. Grayscale: #D0D0D0. Windows color (decimal): -3941445 or 12311491. OLE color: 12311491.
HSL color Cylindrical-coordinate representation of color #C3DBBB: hue angle of 105º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3DBBB is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 219 | 187 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.14 |
| HSL | 105º | 0.31% | 0.8% | - |
| HSV(B) | 105º | 0.15% | 0.86% | - |
| XYZ | 56.81 | 65.85 | 56.73 | - |
| YUV | 208.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 219 | 187 | 0.11 | 0 | 0.15 | 0.14 | 105 | 0.31 | 0.8 |
| Hex | C3 | DB | BB | B | 0 | F | E | 69 | 1F | 50 |
| Octal | 303 | 333 | 273 | 13 | 0 | 17 | 16 | 151 | 37 | 120 |
| Binary | 11000011 | 11011011 | 10111011 | 1011 | 0 | 1111 | 1110 | 1101001 | 11111 | 1010000 |
Color Harmonies of #C3DBBB
Complementary color
Monochromatic Colors of #C3DBBB
Black with #C3DBBB
Text Example
Text Example
White with #C3DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DBBB; }
p { color: rgb(195,219,187); }
H1.HeaderClassName
{
color: #C3DBBB;
}
.AnyTagClassName
{
color: #C3DBBB;
}
</style>
background-color css
<style>
a { background-color: #C3DBBB; }
a { background-color: rgb(195,219,187); }
div.DivClassName
{
background-color: #C3DBBB;
}
.BgClassName
{
background-color: #C3DBBB;
}
</style>
border-color css
<style>
span { border-color: #C3DBBB; }
span { border-color: rgb(195,219,187); }
td.TdClassName
{
border-color: #C3DBBB;
}
.TagClassName
{
border-color: #C3DBBB;
}
</style>