Shades of Surf Crest #C2DDBF
Tints of Surf Crest #C2DDBF
RGB
CMYK
RGB Variations
Color information
#C2DDBF (or 0xC2DDBF) is known color: Surf Crest. HEX triplet: C2, DD and BF. RGB value is (194,221,191). Sum of RGB (Red+Green+Blue) = 194+221+191=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDBF is #3D2240. Grayscale: #D1D1D1. Windows color (decimal): -4006465 or 12574146. OLE color: 12574146.
HSL color Cylindrical-coordinate representation of color #C2DDBF: hue angle of 114º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2DDBF is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 221 | 191 | - |
CMYK | 0.12 | 0 | 0.14 | 0.13 |
HSL | 114º | 0.31% | 0.81% | - |
HSV(B) | 114º | 0.14% | 0.87% | - |
XYZ | 57.51 | 66.94 | 59.18 | - |
YUV | 209.51 | 117.55 | 116.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 191 | 0.12 | 0 | 0.14 | 0.13 | 114 | 0.31 | 0.81 |
Hex | C2 | DD | BF | C | 0 | E | D | 72 | 1F | 51 |
Octal | 302 | 335 | 277 | 14 | 0 | 16 | 15 | 162 | 37 | 121 |
Binary | 11000010 | 11011101 | 10111111 | 1100 | 0 | 1110 | 1101 | 1110010 | 11111 | 1010001 |
Color Harmonies of #C2DDBF
Complementary color
Monochromatic Colors of #C2DDBF
Black with #C2DDBF
Text Example
Text Example
White with #C2DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDBF; }
p { color: rgb(194,221,191); }
H1.HeaderClassName
{
color: #C2DDBF;
}
.AnyTagClassName
{
color: #C2DDBF;
}
</style>
background-color css
<style>
a { background-color: #C2DDBF; }
a { background-color: rgb(194,221,191); }
div.DivClassName
{
background-color: #C2DDBF;
}
.BgClassName
{
background-color: #C2DDBF;
}
</style>
border-color css
<style>
span { border-color: #C2DDBF; }
span { border-color: rgb(194,221,191); }
td.TdClassName
{
border-color: #C2DDBF;
}
.TagClassName
{
border-color: #C2DDBF;
}
</style>