Shades of Surf Crest #C8DAC2
Tints of Surf Crest #C8DAC2
RGB
CMYK
RGB Variations
Color information
#C8DAC2 (or 0xC8DAC2) is known color: Surf Crest. HEX triplet: C8, DA and C2. RGB value is (200,218,194). Sum of RGB (Red+Green+Blue) = 200+218+194=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DAC2 is #37253D. Grayscale: #D1D1D1. Windows color (decimal): -3614014 or 12769992. OLE color: 12769992.
HSL color Cylindrical-coordinate representation of color #C8DAC2: hue angle of 105º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8DAC2 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 218 | 194 | - |
CMYK | 0.08 | 0 | 0.11 | 0.15 |
HSL | 105º | 0.24% | 0.81% | - |
HSV(B) | 105º | 0.11% | 0.85% | - |
XYZ | 58.63 | 66.32 | 60.75 | - |
YUV | 209.88 | 119.04 | 120.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 218 | 194 | 0.08 | 0 | 0.11 | 0.15 | 105 | 0.24 | 0.81 |
Hex | C8 | DA | C2 | 8 | 0 | B | F | 69 | 18 | 51 |
Octal | 310 | 332 | 302 | 10 | 0 | 13 | 17 | 151 | 30 | 121 |
Binary | 11001000 | 11011010 | 11000010 | 1000 | 0 | 1011 | 1111 | 1101001 | 11000 | 1010001 |
Color Harmonies of #C8DAC2
Complementary color
Monochromatic Colors of #C8DAC2
Black with #C8DAC2
Text Example
Text Example
White with #C8DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DAC2; }
p { color: rgb(200,218,194); }
H1.HeaderClassName
{
color: #C8DAC2;
}
.AnyTagClassName
{
color: #C8DAC2;
}
</style>
background-color css
<style>
a { background-color: #C8DAC2; }
a { background-color: rgb(200,218,194); }
div.DivClassName
{
background-color: #C8DAC2;
}
.BgClassName
{
background-color: #C8DAC2;
}
</style>
border-color css
<style>
span { border-color: #C8DAC2; }
span { border-color: rgb(200,218,194); }
td.TdClassName
{
border-color: #C8DAC2;
}
.TagClassName
{
border-color: #C8DAC2;
}
</style>