Shades of Surf Crest #C8DCC5
Tints of Surf Crest #C8DCC5
RGB
CMYK
RGB Variations
Color information
#C8DCC5 (or 0xC8DCC5) is known color: Surf Crest. HEX triplet: C8, DC and C5. RGB value is (200,220,197). Sum of RGB (Red+Green+Blue) = 200+220+197=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DCC5 is #37233A. Grayscale: #D3D3D3. Windows color (decimal): -3613499 or 12967112. OLE color: 12967112.
HSL color Cylindrical-coordinate representation of color #C8DCC5: hue angle of 112.17º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8DCC5 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 220 | 197 | - |
CMYK | 0.09 | 0 | 0.10 | 0.14 |
HSL | 112.17º | 0.25% | 0.82% | - |
HSV(B) | 112.17º | 0.1% | 0.86% | - |
XYZ | 59.49 | 67.5 | 62.72 | - |
YUV | 211.4 | 119.87 | 119.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 220 | 197 | 0.09 | 0 | 0.10 | 0.14 | 112.17 | 0.25 | 0.82 |
Hex | C8 | DC | C5 | 9 | 0 | A | E | 70 | 19 | 52 |
Octal | 310 | 334 | 305 | 11 | 0 | 12 | 16 | 160 | 31 | 122 |
Binary | 11001000 | 11011100 | 11000101 | 1001 | 0 | 1010 | 1110 | 1110000 | 11001 | 1010010 |
Color Harmonies of #C8DCC5
Complementary color
Monochromatic Colors of #C8DCC5
Black with #C8DCC5
Text Example
Text Example
White with #C8DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DCC5; }
p { color: rgb(200,220,197); }
H1.HeaderClassName
{
color: #C8DCC5;
}
.AnyTagClassName
{
color: #C8DCC5;
}
</style>
background-color css
<style>
a { background-color: #C8DCC5; }
a { background-color: rgb(200,220,197); }
div.DivClassName
{
background-color: #C8DCC5;
}
.BgClassName
{
background-color: #C8DCC5;
}
</style>
border-color css
<style>
span { border-color: #C8DCC5; }
span { border-color: rgb(200,220,197); }
td.TdClassName
{
border-color: #C8DCC5;
}
.TagClassName
{
border-color: #C8DCC5;
}
</style>