Shades of Surf Crest #C7DDC1
Tints of Surf Crest #C7DDC1
RGB
CMYK
RGB Variations
Color information
#C7DDC1 (or 0xC7DDC1) is known color: Surf Crest. HEX triplet: C7, DD and C1. RGB value is (199,221,193). Sum of RGB (Red+Green+Blue) = 199+221+193=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDC1 is #38223E. Grayscale: #D3D3D3. Windows color (decimal): -3678783 or 12705223. OLE color: 12705223.
HSL color Cylindrical-coordinate representation of color #C7DDC1: hue angle of 107.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7DDC1 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 199 | 221 | 193 | - |
CMYK | 0.10 | 0 | 0.13 | 0.13 |
HSL | 107.14º | 0.29% | 0.81% | - |
HSV(B) | 107.14º | 0.13% | 0.87% | - |
XYZ | 59.04 | 67.71 | 60.41 | - |
YUV | 211.23 | 117.71 | 119.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 221 | 193 | 0.10 | 0 | 0.13 | 0.13 | 107.14 | 0.29 | 0.81 |
Hex | C7 | DD | C1 | A | 0 | D | D | 6B | 1D | 51 |
Octal | 307 | 335 | 301 | 12 | 0 | 15 | 15 | 153 | 35 | 121 |
Binary | 11000111 | 11011101 | 11000001 | 1010 | 0 | 1101 | 1101 | 1101011 | 11101 | 1010001 |
Color Harmonies of #C7DDC1
Complementary color
Monochromatic Colors of #C7DDC1
Black with #C7DDC1
Text Example
Text Example
White with #C7DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDC1; }
p { color: rgb(199,221,193); }
H1.HeaderClassName
{
color: #C7DDC1;
}
.AnyTagClassName
{
color: #C7DDC1;
}
</style>
background-color css
<style>
a { background-color: #C7DDC1; }
a { background-color: rgb(199,221,193); }
div.DivClassName
{
background-color: #C7DDC1;
}
.BgClassName
{
background-color: #C7DDC1;
}
</style>
border-color css
<style>
span { border-color: #C7DDC1; }
span { border-color: rgb(199,221,193); }
td.TdClassName
{
border-color: #C7DDC1;
}
.TagClassName
{
border-color: #C7DDC1;
}
</style>