Shades of Surf Crest #C2DDB5
Tints of Surf Crest #C2DDB5
RGB
CMYK
RGB Variations
Color information
#C2DDB5 (or 0xC2DDB5) is known color: Surf Crest. HEX triplet: C2, DD and B5. RGB value is (194,221,181). Sum of RGB (Red+Green+Blue) = 194+221+181=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 181 (71.09% from 255 or 30.37% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDB5 is #3D224A. Grayscale: #D0D0D0. Windows color (decimal): -4006475 or 11918786. OLE color: 11918786.
HSL color Cylindrical-coordinate representation of color #C2DDB5: hue angle of 100.5º degrees, saturation: 0.37, 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 #C2DDB5 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 221 | 181 | - |
CMYK | 0.12 | 0 | 0.18 | 0.13 |
HSL | 100.5º | 0.37% | 0.79% | - |
HSV(B) | 100.5º | 0.18% | 0.87% | - |
XYZ | 56.45 | 66.52 | 53.58 | - |
YUV | 208.37 | 112.55 | 117.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 221 | 181 | 0.12 | 0 | 0.18 | 0.13 | 100.5 | 0.37 | 0.79 |
Hex | C2 | DD | B5 | C | 0 | 12 | D | 64 | 25 | 4F |
Octal | 302 | 335 | 265 | 14 | 0 | 22 | 15 | 144 | 45 | 117 |
Binary | 11000010 | 11011101 | 10110101 | 1100 | 0 | 10010 | 1101 | 1100100 | 100101 | 1001111 |
Color Harmonies of #C2DDB5
Complementary color
Monochromatic Colors of #C2DDB5
Black with #C2DDB5
Text Example
Text Example
White with #C2DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDB5; }
p { color: rgb(194,221,181); }
H1.HeaderClassName
{
color: #C2DDB5;
}
.AnyTagClassName
{
color: #C2DDB5;
}
</style>
background-color css
<style>
a { background-color: #C2DDB5; }
a { background-color: rgb(194,221,181); }
div.DivClassName
{
background-color: #C2DDB5;
}
.BgClassName
{
background-color: #C2DDB5;
}
</style>
border-color css
<style>
span { border-color: #C2DDB5; }
span { border-color: rgb(194,221,181); }
td.TdClassName
{
border-color: #C2DDB5;
}
.TagClassName
{
border-color: #C2DDB5;
}
</style>