Shades of Surf Crest #C1DBB3
Tints of Surf Crest #C1DBB3
RGB
CMYK
RGB Variations
Color information
#C1DBB3 (or 0xC1DBB3) is known color: Surf Crest. HEX triplet: C1, DB and B3. RGB value is (193,219,179). Sum of RGB (Red+Green+Blue) = 193+219+179=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DBB3 is #3E244C. Grayscale: #CECECE. Windows color (decimal): -4072525 or 11787201. OLE color: 11787201.
HSL color Cylindrical-coordinate representation of color #C1DBB3: hue angle of 99º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1DBB3 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 219 | 179 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.14 |
| HSL | 99º | 0.36% | 0.78% | - |
| HSV(B) | 99º | 0.18% | 0.86% | - |
| XYZ | 55.46 | 65.26 | 52.32 | - |
| YUV | 206.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 219 | 179 | 0.12 | 0 | 0.18 | 0.14 | 99 | 0.36 | 0.78 |
| Hex | C1 | DB | B3 | C | 0 | 12 | E | 63 | 24 | 4E |
| Octal | 301 | 333 | 263 | 14 | 0 | 22 | 16 | 143 | 44 | 116 |
| Binary | 11000001 | 11011011 | 10110011 | 1100 | 0 | 10010 | 1110 | 1100011 | 100100 | 1001110 |
Color Harmonies of #C1DBB3
Complementary color
Monochromatic Colors of #C1DBB3
Black with #C1DBB3
Text Example
Text Example
White with #C1DBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DBB3; }
p { color: rgb(193,219,179); }
H1.HeaderClassName
{
color: #C1DBB3;
}
.AnyTagClassName
{
color: #C1DBB3;
}
</style>
background-color css
<style>
a { background-color: #C1DBB3; }
a { background-color: rgb(193,219,179); }
div.DivClassName
{
background-color: #C1DBB3;
}
.BgClassName
{
background-color: #C1DBB3;
}
</style>
border-color css
<style>
span { border-color: #C1DBB3; }
span { border-color: rgb(193,219,179); }
td.TdClassName
{
border-color: #C1DBB3;
}
.TagClassName
{
border-color: #C1DBB3;
}
</style>