Shades of Surf Crest #C3DDC1
Tints of Surf Crest #C3DDC1
RGB
CMYK
RGB Variations
Color information
#C3DDC1 (or 0xC3DDC1) is known color: Surf Crest. HEX triplet: C3, DD and C1. RGB value is (195,221,193). Sum of RGB (Red+Green+Blue) = 195+221+193=609 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.02% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #C3DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DDC1 is #3C223E. Grayscale: #D2D2D2. Windows color (decimal): -3940927 or 12705219. OLE color: 12705219.
HSL color Cylindrical-coordinate representation of color #C3DDC1: hue angle of 115.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3DDC1 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 221 | 193 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.13 |
| HSL | 115.71º | 0.29% | 0.81% | - |
| HSV(B) | 115.71º | 0.13% | 0.87% | - |
| XYZ | 57.99 | 67.17 | 60.36 | - |
| YUV | 210.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 193 | 0.12 | 0 | 0.13 | 0.13 | 115.71 | 0.29 | 0.81 |
| Hex | C3 | DD | C1 | C | 0 | D | D | 74 | 1D | 51 |
| Octal | 303 | 335 | 301 | 14 | 0 | 15 | 15 | 164 | 35 | 121 |
| Binary | 11000011 | 11011101 | 11000001 | 1100 | 0 | 1101 | 1101 | 1110100 | 11101 | 1010001 |
Color Harmonies of #C3DDC1
Complementary color
Monochromatic Colors of #C3DDC1
Black with #C3DDC1
Text Example
Text Example
White with #C3DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDC1; }
p { color: rgb(195,221,193); }
H1.HeaderClassName
{
color: #C3DDC1;
}
.AnyTagClassName
{
color: #C3DDC1;
}
</style>
background-color css
<style>
a { background-color: #C3DDC1; }
a { background-color: rgb(195,221,193); }
div.DivClassName
{
background-color: #C3DDC1;
}
.BgClassName
{
background-color: #C3DDC1;
}
</style>
border-color css
<style>
span { border-color: #C3DDC1; }
span { border-color: rgb(195,221,193); }
td.TdClassName
{
border-color: #C3DDC1;
}
.TagClassName
{
border-color: #C3DDC1;
}
</style>