Shades of Surf Crest #C3DDB3
Tints of Surf Crest #C3DDB3
RGB
CMYK
RGB Variations
Color information
#C3DDB3 (or 0xC3DDB3) is known color: Surf Crest. HEX triplet: C3, DD and B3. RGB value is (195,221,179). Sum of RGB (Red+Green+Blue) = 195+221+179=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDB3 is #3C224C. Grayscale: #D0D0D0. Windows color (decimal): -3940941 or 11787715. OLE color: 11787715.
HSL color Cylindrical-coordinate representation of color #C3DDB3: hue angle of 97.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3DDB3 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 179 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.13 |
| HSL | 97.14º | 0.38% | 0.78% | - |
| HSV(B) | 97.14º | 0.19% | 0.87% | - |
| XYZ | 56.5 | 66.57 | 52.52 | - |
| YUV | 208.44 | 111.39 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 179 | 0.12 | 0 | 0.19 | 0.13 | 97.14 | 0.38 | 0.78 |
| Hex | C3 | DD | B3 | C | 0 | 13 | D | 61 | 26 | 4E |
| Octal | 303 | 335 | 263 | 14 | 0 | 23 | 15 | 141 | 46 | 116 |
| Binary | 11000011 | 11011101 | 10110011 | 1100 | 0 | 10011 | 1101 | 1100001 | 100110 | 1001110 |
Color Harmonies of #C3DDB3
Complementary color
Monochromatic Colors of #C3DDB3
Black with #C3DDB3
Text Example
Text Example
White with #C3DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDB3; }
p { color: rgb(195,221,179); }
H1.HeaderClassName
{
color: #C3DDB3;
}
.AnyTagClassName
{
color: #C3DDB3;
}
</style>
background-color css
<style>
a { background-color: #C3DDB3; }
a { background-color: rgb(195,221,179); }
div.DivClassName
{
background-color: #C3DDB3;
}
.BgClassName
{
background-color: #C3DDB3;
}
</style>
border-color css
<style>
span { border-color: #C3DDB3; }
span { border-color: rgb(195,221,179); }
td.TdClassName
{
border-color: #C3DDB3;
}
.TagClassName
{
border-color: #C3DDB3;
}
</style>