Shades of Surf Crest #C4DDBB
Tints of Surf Crest #C4DDBB
RGB
CMYK
RGB Variations
Color information
#C4DDBB (or 0xC4DDBB) is known color: Surf Crest. HEX triplet: C4, DD and BB. RGB value is (196,221,187). Sum of RGB (Red+Green+Blue) = 196+221+187=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DDBB is #3B2244. Grayscale: #D1D1D1. Windows color (decimal): -3875397 or 12312004. OLE color: 12312004.
HSL color Cylindrical-coordinate representation of color #C4DDBB: hue angle of 104.12º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4DDBB is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 196 | 221 | 187 | - |
CMYK | 0.11 | 0 | 0.15 | 0.13 |
HSL | 104.12º | 0.33% | 0.8% | - |
HSV(B) | 104.12º | 0.15% | 0.87% | - |
XYZ | 57.59 | 67.04 | 56.92 | - |
YUV | 209.65 | 115.22 | 118.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 221 | 187 | 0.11 | 0 | 0.15 | 0.13 | 104.12 | 0.33 | 0.8 |
Hex | C4 | DD | BB | B | 0 | F | D | 68 | 21 | 50 |
Octal | 304 | 335 | 273 | 13 | 0 | 17 | 15 | 150 | 41 | 120 |
Binary | 11000100 | 11011101 | 10111011 | 1011 | 0 | 1111 | 1101 | 1101000 | 100001 | 1010000 |
Color Harmonies of #C4DDBB
Complementary color
Monochromatic Colors of #C4DDBB
Black with #C4DDBB
Text Example
Text Example
White with #C4DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DDBB; }
p { color: rgb(196,221,187); }
H1.HeaderClassName
{
color: #C4DDBB;
}
.AnyTagClassName
{
color: #C4DDBB;
}
</style>
background-color css
<style>
a { background-color: #C4DDBB; }
a { background-color: rgb(196,221,187); }
div.DivClassName
{
background-color: #C4DDBB;
}
.BgClassName
{
background-color: #C4DDBB;
}
</style>
border-color css
<style>
span { border-color: #C4DDBB; }
span { border-color: rgb(196,221,187); }
td.TdClassName
{
border-color: #C4DDBB;
}
.TagClassName
{
border-color: #C4DDBB;
}
</style>