Shades of Surf Crest #C2DDB3
Tints of Surf Crest #C2DDB3
RGB
CMYK
RGB Variations
Color information
#C2DDB3 (or 0xC2DDB3) is known color: Surf Crest. HEX triplet: C2, DD and B3. RGB value is (194,221,179). Sum of RGB (Red+Green+Blue) = 194+221+179=594 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.66% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDB3 is #3D224C. Grayscale: #D0D0D0. Windows color (decimal): -4006477 or 11787714. OLE color: 11787714.
HSL color Cylindrical-coordinate representation of color #C2DDB3: hue angle of 98.57º 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 #C2DDB3 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 179 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.13 |
| HSL | 98.57º | 0.38% | 0.78% | - |
| HSV(B) | 98.57º | 0.19% | 0.87% | - |
| XYZ | 56.24 | 66.44 | 52.51 | - |
| YUV | 208.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 179 | 0.12 | 0 | 0.19 | 0.13 | 98.57 | 0.38 | 0.78 |
| Hex | C2 | DD | B3 | C | 0 | 13 | D | 63 | 26 | 4E |
| Octal | 302 | 335 | 263 | 14 | 0 | 23 | 15 | 143 | 46 | 116 |
| Binary | 11000010 | 11011101 | 10110011 | 1100 | 0 | 10011 | 1101 | 1100011 | 100110 | 1001110 |
Color Harmonies of #C2DDB3
Complementary color
Monochromatic Colors of #C2DDB3
Black with #C2DDB3
Text Example
Text Example
White with #C2DDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDB3; }
p { color: rgb(194,221,179); }
H1.HeaderClassName
{
color: #C2DDB3;
}
.AnyTagClassName
{
color: #C2DDB3;
}
</style>
background-color css
<style>
a { background-color: #C2DDB3; }
a { background-color: rgb(194,221,179); }
div.DivClassName
{
background-color: #C2DDB3;
}
.BgClassName
{
background-color: #C2DDB3;
}
</style>
border-color css
<style>
span { border-color: #C2DDB3; }
span { border-color: rgb(194,221,179); }
td.TdClassName
{
border-color: #C2DDB3;
}
.TagClassName
{
border-color: #C2DDB3;
}
</style>