#C7D8BC

Color #C7D8BC Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C7D8BC

Tints of Surf Crest #C7D8BC

Color information

#C7D8BC (or 0xC7D8BC) is unknown color: approx Surf Crest. HEX triplet: C7, D8 and BC. RGB value is (199,216,188). Sum of RGB (Red+Green+Blue) = 199+216+188=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 216 (84.77% from 255 or 35.82% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D8BC is #382743. Grayscale: #CFCFCF. Windows color (decimal): -3680068 or 12376263. OLE color: 12376263.

HSL color Cylindrical-coordinate representation of color #C7D8BC: hue angle of 96.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7D8BC is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB199216188-
CMYK0.0800.130.15
HSL96.43º26.42%79.22%-
HSV(B)96.43º12.96%84.71%-
XYZ57.1964.8857.09-
YUV207.72116.87121.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 33.00%
GREEN value IS 216 (84.77% from 255) = 35.82%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=33.00%
G=35.82%
B=31.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992161880.0800.130.1596.4326.4279.22
HexC7D8BC80DF601a4f
Octal307330274100151714032117
Binary11000111110110001011110010000110111111100000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D8BC; }

 p { color: rgb(199,216,188); }

 H1.HeaderClassName
 {
   color: #C7D8BC;
 }
 .AnyTagClassName
 {
   color: #C7D8BC;
 }
</style>
background-color css

<style>
 a { background-color: #C7D8BC; }

 a { background-color: rgb(199,216,188); }

 div.DivClassName
 {
   background-color: #C7D8BC;
 }
 .BgClassName
 {
   background-color: #C7D8BC;
 }
</style>
border-color css

<style>
 span { border-color: #C7D8BC; }

 span { border-color: rgb(199,216,188); }

 td.TdClassName
 {
   border-color: #C7D8BC;
 }
 .TagClassName
 {
   border-color: #C7D8BC;
 }
</style>