Shades of Surf Crest #C2D9B3
Tints of Surf Crest #C2D9B3
RGB
CMYK
RGB Variations
Color information
#C2D9B3 (or 0xC2D9B3) is known color: Surf Crest. HEX triplet: C2, D9 and B3. RGB value is (194,217,179). Sum of RGB (Red+Green+Blue) = 194+217+179=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9B3 is #3D264C. Grayscale: #CDCDCD. Windows color (decimal): -4007501 or 11786690. OLE color: 11786690.
HSL color Cylindrical-coordinate representation of color #C2D9B3: hue angle of 96.32º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D9B3 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 217 | 179 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.15 |
| HSL | 96.32º | 0.33% | 0.78% | - |
| HSV(B) | 96.32º | 0.18% | 0.85% | - |
| XYZ | 55.2 | 64.35 | 52.16 | - |
| YUV | 205.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 217 | 179 | 0.11 | 0 | 0.18 | 0.15 | 96.32 | 0.33 | 0.78 |
| Hex | C2 | D9 | B3 | B | 0 | 12 | F | 60 | 21 | 4E |
| Octal | 302 | 331 | 263 | 13 | 0 | 22 | 17 | 140 | 41 | 116 |
| Binary | 11000010 | 11011001 | 10110011 | 1011 | 0 | 10010 | 1111 | 1100000 | 100001 | 1001110 |
Color Harmonies of #C2D9B3
Complementary color
Monochromatic Colors of #C2D9B3
Black with #C2D9B3
Text Example
Text Example
White with #C2D9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D9B3; }
p { color: rgb(194,217,179); }
H1.HeaderClassName
{
color: #C2D9B3;
}
.AnyTagClassName
{
color: #C2D9B3;
}
</style>
background-color css
<style>
a { background-color: #C2D9B3; }
a { background-color: rgb(194,217,179); }
div.DivClassName
{
background-color: #C2D9B3;
}
.BgClassName
{
background-color: #C2D9B3;
}
</style>
border-color css
<style>
span { border-color: #C2D9B3; }
span { border-color: rgb(194,217,179); }
td.TdClassName
{
border-color: #C2D9B3;
}
.TagClassName
{
border-color: #C2D9B3;
}
</style>