Shades of Surf Crest #C2DDB6
Tints of Surf Crest #C2DDB6
RGB
CMYK
RGB Variations
Color information
#C2DDB6 (or 0xC2DDB6) is known color: Surf Crest. HEX triplet: C2, DD and B6. RGB value is (194,221,182). Sum of RGB (Red+Green+Blue) = 194+221+182=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDB6 is #3D2249. Grayscale: #D0D0D0. Windows color (decimal): -4006474 or 11984322. OLE color: 11984322.
HSL color Cylindrical-coordinate representation of color #C2DDB6: hue angle of 101.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2DDB6 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 221 | 182 | - |
CMYK | 0.12 | 0 | 0.18 | 0.13 |
HSL | 101.54º | 0.36% | 0.79% | - |
HSV(B) | 101.54º | 0.18% | 0.87% | - |
XYZ | 56.55 | 66.56 | 54.12 | - |
YUV | 208.48 | 113.05 | 117.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 182 | 0.12 | 0 | 0.18 | 0.13 | 101.54 | 0.36 | 0.79 |
Hex | C2 | DD | B6 | C | 0 | 12 | D | 66 | 24 | 4F |
Octal | 302 | 335 | 266 | 14 | 0 | 22 | 15 | 146 | 44 | 117 |
Binary | 11000010 | 11011101 | 10110110 | 1100 | 0 | 10010 | 1101 | 1100110 | 100100 | 1001111 |
Color Harmonies of #C2DDB6
Complementary color
Monochromatic Colors of #C2DDB6
Black with #C2DDB6
Text Example
Text Example
White with #C2DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDB6; }
p { color: rgb(194,221,182); }
H1.HeaderClassName
{
color: #C2DDB6;
}
.AnyTagClassName
{
color: #C2DDB6;
}
</style>
background-color css
<style>
a { background-color: #C2DDB6; }
a { background-color: rgb(194,221,182); }
div.DivClassName
{
background-color: #C2DDB6;
}
.BgClassName
{
background-color: #C2DDB6;
}
</style>
border-color css
<style>
span { border-color: #C2DDB6; }
span { border-color: rgb(194,221,182); }
td.TdClassName
{
border-color: #C2DDB6;
}
.TagClassName
{
border-color: #C2DDB6;
}
</style>