Shades of Surf Crest #C9DFC3
Tints of Surf Crest #C9DFC3
RGB
CMYK
RGB Variations
Color information
#C9DFC3 (or 0xC9DFC3) is known color: Surf Crest. HEX triplet: C9, DF and C3. RGB value is (201,223,195). Sum of RGB (Red+Green+Blue) = 201+223+195=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DFC3 is #36203C. Grayscale: #D5D5D5. Windows color (decimal): -3547197 or 12836809. OLE color: 12836809.
HSL color Cylindrical-coordinate representation of color #C9DFC3: hue angle of 107.14º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9DFC3 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 223 | 195 | - |
CMYK | 0.10 | 0 | 0.13 | 0.13 |
HSL | 107.14º | 0.3% | 0.82% | - |
HSV(B) | 107.14º | 0.13% | 0.87% | - |
XYZ | 60.33 | 69.13 | 61.79 | - |
YUV | 213.23 | 117.71 | 119.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 223 | 195 | 0.10 | 0 | 0.13 | 0.13 | 107.14 | 0.3 | 0.82 |
Hex | C9 | DF | C3 | A | 0 | D | D | 6B | 1E | 52 |
Octal | 311 | 337 | 303 | 12 | 0 | 15 | 15 | 153 | 36 | 122 |
Binary | 11001001 | 11011111 | 11000011 | 1010 | 0 | 1101 | 1101 | 1101011 | 11110 | 1010010 |
Color Harmonies of #C9DFC3
Complementary color
Monochromatic Colors of #C9DFC3
Black with #C9DFC3
Text Example
Text Example
White with #C9DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DFC3; }
p { color: rgb(201,223,195); }
H1.HeaderClassName
{
color: #C9DFC3;
}
.AnyTagClassName
{
color: #C9DFC3;
}
</style>
background-color css
<style>
a { background-color: #C9DFC3; }
a { background-color: rgb(201,223,195); }
div.DivClassName
{
background-color: #C9DFC3;
}
.BgClassName
{
background-color: #C9DFC3;
}
</style>
border-color css
<style>
span { border-color: #C9DFC3; }
span { border-color: rgb(201,223,195); }
td.TdClassName
{
border-color: #C9DFC3;
}
.TagClassName
{
border-color: #C9DFC3;
}
</style>